canirequire › Dual (CommonJS + ESM) › @emotion/react
Is @emotion/react ESM-only? Can you require() it?
> Simple styling in React.
Last verified Sep 9, 2026 against @emotion/react@11.14.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@emotion/react publishes both a CommonJS entry and a native ESM entry (ESM added in 11.11.0). require("@emotion/react") and import "@emotion/react" both work on every supported Node.js version and in Bun.
Does @emotion/react@11.14.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@emotion/react") from a CommonJS file and import "@emotion/react" from an ES module.
| Runtime | require("@emotion/react") | import "@emotion/react" |
|---|---|---|
| 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 @emotion/react
ES modules (import)
import react from "@emotion/react";CommonJS (require)
const react = require("@emotion/react");Module format by version
Derived from the type, main and exports fields of every stable release on npm (32 versions; the newest 32 shown).
| Versions | Format | First published |
|---|---|---|
| 11.11.0 – 11.14.0 | Dual (CommonJS + ESM) | May 6, 2023 |
| 11.0.0 – 11.10.8 | CommonJS | Nov 12, 2020 |
Frequently asked
Is @emotion/react ESM-only?
@emotion/react@11.14.0 ships CommonJS and ESM builds. @emotion/react publishes both a CommonJS entry and a native ESM entry (ESM added in 11.11.0). require("@emotion/react") and import "@emotion/react" both work on every supported Node.js version and in Bun.
Can I require @emotion/react?
Yes. @emotion/react ships a CommonJS entry, so require("@emotion/react") works on every Node.js version, alongside the native ESM entry for import.
Does @emotion/react work in Bun?
Yes. import "@emotion/react" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @emotion/react ship TypeScript types?
Yes. @emotion/react bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- @babel/plugin-transform-react-jsx 8.0.1ESM-only
- @babel/plugin-transform-runtime 8.0.1ESM-only
- @babel/preset-react 8.0.1ESM-only
- @babel/plugin-syntax-dynamic-import 7.8.3CommonJS
- @vue/compiler-sfc 3.5.42Dual
- @babel/plugin-proposal-decorators 8.0.2ESM-only
- @babel/plugin-proposal-class-properties 7.18.6CommonJS
- @rollup/plugin-node-resolve 16.0.3Dual