canirequire

canirequireCommonJS › hoist-non-react-statics

Is hoist-non-react-statics ESM-only? Can you require() it?

Copies non-react specific statics from a child component to a parent component

Last verified Sep 9, 2026 against hoist-non-react-statics@3.3.2. JSON

CommonJS CommonJS — require() works on every Node.js version

hoist-non-react-statics ships CommonJS only. require("hoist-non-react-statics") works everywhere. import "hoist-non-react-statics" also works because Node.js and Bun can import CommonJS from ES modules, but only the default export is guaranteed; named imports depend on Node's static analysis of the module.

Latest
3.3.2 (Jan 22, 2020)
Module format
CommonJS
Last CommonJS version
3.3.2
TypeScript types
@types/hoist-non-react-statics
Node engines
not declared
Weekly downloads
35.0M
License
BSD-3-Clause

Does hoist-non-react-statics@3.3.2 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("hoist-non-react-statics") from a CommonJS file and import "hoist-non-react-statics" from an ES module.

Runtimerequire("hoist-non-react-statics")import "hoist-non-react-statics"
Node.js 18✓ works✓ works
Node.js 20✓ works✓ works
Node.js 22✓ works✓ works
Node.js 24✓ works✓ works
Node.js 26✓ works✓ works
Bun 1.4✓ works✓ works

How to import hoist-non-react-statics

ES modules (import)

import hoistNonReactStatics from "hoist-non-react-statics";

Named imports from a CommonJS package only work when Node.js can statically detect them. If a named import fails, use the default import and destructure.

CommonJS (require)

const hoistNonReactStatics = require("hoist-non-react-statics");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (31 versions; the newest 31 shown).

VersionsFormatFirst published
1.0.0 – 3.3.2CommonJSMay 27, 2015

Frequently asked

Is hoist-non-react-statics ESM-only?

hoist-non-react-statics@3.3.2 is a CommonJS package. hoist-non-react-statics ships CommonJS only. require("hoist-non-react-statics") works everywhere. import "hoist-non-react-statics" also works because Node.js and Bun can import CommonJS from ES modules, but only the default export is guaranteed; named imports depend on Node's static analysis of the module.

Can I import hoist-non-react-statics with ES module syntax?

Yes. import hoistNonReactStatics from "hoist-non-react-statics" works in Node.js and Bun because they support importing CommonJS modules. Named imports work only when Node.js can statically detect the exports.

Does hoist-non-react-statics work in Bun?

Yes. import "hoist-non-react-statics" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does hoist-non-react-statics ship TypeScript types?

Not bundled. Install the community types with "npm install -D @types/hoist-non-react-statics".

Links

Other commonjs packages

Similar popularity