canirequire › Dual (CommonJS + ESM) › @radix-ui/react-popper
Is @radix-ui/react-popper ESM-only? Can you require() it?
Last verified Sep 9, 2026 against @radix-ui/react-popper@1.3.7. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@radix-ui/react-popper publishes both a CommonJS entry and a native ESM entry (ESM added in 1.1.2). require("@radix-ui/react-popper") and import "@radix-ui/react-popper" both work on every supported Node.js version and in Bun.
Does @radix-ui/react-popper@1.3.7 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@radix-ui/react-popper") from a CommonJS file and import "@radix-ui/react-popper" from an ES module.
| Runtime | require("@radix-ui/react-popper") | import "@radix-ui/react-popper" |
|---|---|---|
| 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 @radix-ui/react-popper
ES modules (import)
import reactPopper from "@radix-ui/react-popper";CommonJS (require)
const reactPopper = require("@radix-ui/react-popper");Module format by version
Derived from the type, main and exports fields of every stable release on npm (46 versions; the newest 46 shown).
| Versions | Format | First published |
|---|---|---|
| 1.1.2 – 1.3.7 | Dual (CommonJS + ESM) | May 26, 2023 |
| 0.0.1 – 1.1.1 | CommonJS | Dec 15, 2020 |
Frequently asked
Is @radix-ui/react-popper ESM-only?
@radix-ui/react-popper@1.3.7 ships CommonJS and ESM builds. @radix-ui/react-popper publishes both a CommonJS entry and a native ESM entry (ESM added in 1.1.2). require("@radix-ui/react-popper") and import "@radix-ui/react-popper" both work on every supported Node.js version and in Bun.
Can I require @radix-ui/react-popper?
Yes. @radix-ui/react-popper ships a CommonJS entry, so require("@radix-ui/react-popper") works on every Node.js version, alongside the native ESM entry for import.
Does @radix-ui/react-popper work in Bun?
Yes. import "@radix-ui/react-popper" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @radix-ui/react-popper ship TypeScript types?
Yes. @radix-ui/react-popper 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
- @radix-ui/react-focus-scope 1.1.16Dual
- @bcoe/v8-coverage 1.0.2CommonJS
- @smithy/protocol-http 5.6.2CommonJS
- @radix-ui/react-focus-guards 1.1.6Dual
- @smithy/fetch-http-handler 5.8.0CommonJS
- @ungap/structured-clone 1.4.0ESM-only
- @radix-ui/react-direction 1.1.4Dual
- @babel/helper-replace-supers 8.0.1ESM-only