canirequire › Dual (CommonJS + ESM) › @radix-ui/react-use-size
Is @radix-ui/react-use-size ESM-only? Can you require() it?
Last verified Sep 9, 2026 against @radix-ui/react-use-size@1.1.4. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@radix-ui/react-use-size publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.1). require("@radix-ui/react-use-size") and import "@radix-ui/react-use-size" both work on every supported Node.js version and in Bun.
Does @radix-ui/react-use-size@1.1.4 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@radix-ui/react-use-size") from a CommonJS file and import "@radix-ui/react-use-size" from an ES module.
| Runtime | require("@radix-ui/react-use-size") | import "@radix-ui/react-use-size" |
|---|---|---|
| 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-use-size
ES modules (import)
import reactUseSize from "@radix-ui/react-use-size";CommonJS (require)
const reactUseSize = require("@radix-ui/react-use-size");Module format by version
Derived from the type, main and exports fields of every stable release on npm (15 versions; the newest 15 shown).
| Versions | Format | First published |
|---|---|---|
| 1.0.1 – 1.1.4 | Dual (CommonJS + ESM) | May 26, 2023 |
| 0.0.1 – 1.0.0 | CommonJS | Mar 3, 2021 |
Frequently asked
Is @radix-ui/react-use-size ESM-only?
@radix-ui/react-use-size@1.1.4 ships CommonJS and ESM builds. @radix-ui/react-use-size publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.1). require("@radix-ui/react-use-size") and import "@radix-ui/react-use-size" both work on every supported Node.js version and in Bun.
Can I require @radix-ui/react-use-size?
Yes. @radix-ui/react-use-size ships a CommonJS entry, so require("@radix-ui/react-use-size") works on every Node.js version, alongside the native ESM entry for import.
Does @radix-ui/react-use-size work in Bun?
Yes. import "@radix-ui/react-use-size" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @radix-ui/react-use-size ship TypeScript types?
Yes. @radix-ui/react-use-size 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
- regenerator-runtime 0.14.1CommonJS
- object-hash 3.0.0CommonJS
- ast-types 0.16.3CommonJS
- is-weakref 1.1.1CommonJS
- is-unicode-supported 2.1.0ESM-only
- @radix-ui/react-presence 1.1.10Dual
- object.entries 1.1.9CommonJS
- istanbul-lib-instrument 6.0.3CommonJS