canirequire › CommonJS › 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.
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.
| Runtime | require("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).
| Versions | Format | First published |
|---|---|---|
| 1.0.0 – 3.3.2 | CommonJS | May 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
- debug 4.4.3CommonJS
- semver 7.8.5CommonJS
- ms 2.1.3CommonJS
- picomatch 4.0.7CommonJS
- ajv 8.20.0CommonJS
- source-map 0.8.0CommonJS
- react-is 19.2.8CommonJS
- readable-stream 4.7.0CommonJS
Similar popularity
- react-transition-group 4.4.5CommonJS
- postcss-nested 8.0.1ESM-only
- dlv 1.1.3CommonJS
- cacache 21.0.1CommonJS
- requires-port 1.0.0CommonJS
- luxon 3.7.2Dual
- jest-runtime 30.5.1Dual
- through2 5.0.11Dual