canirequire › Dual (CommonJS + ESM) › @floating-ui/react-dom
Is @floating-ui/react-dom ESM-only? Can you require() it?
Floating UI for React DOM
Last verified Sep 9, 2026 against @floating-ui/react-dom@2.1.9. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@floating-ui/react-dom publishes both a CommonJS entry and a native ESM entry (ESM added in 0.3.0). require("@floating-ui/react-dom") and import "@floating-ui/react-dom" both work on every supported Node.js version and in Bun.
Does @floating-ui/react-dom@2.1.9 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@floating-ui/react-dom") from a CommonJS file and import "@floating-ui/react-dom" from an ES module.
| Runtime | require("@floating-ui/react-dom") | import "@floating-ui/react-dom" |
|---|---|---|
| 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 @floating-ui/react-dom
ES modules (import)
import reactDom from "@floating-ui/react-dom";CommonJS (require)
const reactDom = require("@floating-ui/react-dom");Module format by version
Derived from the type, main and exports fields of every stable release on npm (52 versions; the newest 52 shown).
| Versions | Format | First published |
|---|---|---|
| 0.3.0 – 2.1.9 | Dual (CommonJS + ESM) | Dec 5, 2021 |
| 0.1.0 – 0.2.1 | CommonJS | Dec 1, 2021 |
Frequently asked
Is @floating-ui/react-dom ESM-only?
@floating-ui/react-dom@2.1.9 ships CommonJS and ESM builds. @floating-ui/react-dom publishes both a CommonJS entry and a native ESM entry (ESM added in 0.3.0). require("@floating-ui/react-dom") and import "@floating-ui/react-dom" both work on every supported Node.js version and in Bun.
Can I require @floating-ui/react-dom?
Yes. @floating-ui/react-dom ships a CommonJS entry, so require("@floating-ui/react-dom") works on every Node.js version, alongside the native ESM entry for import.
Does @floating-ui/react-dom work in Bun?
Yes. import "@floating-ui/react-dom" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @floating-ui/react-dom ship TypeScript types?
Yes. @floating-ui/react-dom 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
- @typescript-eslint/type-utils 8.70.0CommonJS
- @radix-ui/primitive 1.1.7Dual
- @babel/plugin-syntax-typescript 8.0.3ESM-only
- @vitest/expect 5.0.0ESM-only
- @vitest/pretty-format 5.0.0ESM-only
- @radix-ui/react-compose-refs 1.1.5Dual
- @eslint-community/eslint-utils 4.10.1Dual
- @opentelemetry/sdk-trace-base 2.11.0CommonJS