canirequire › Dual (CommonJS + ESM) › @radix-ui/react-avatar
Is @radix-ui/react-avatar ESM-only? Can you require() it?
Last verified Sep 9, 2026 against @radix-ui/react-avatar@1.2.6. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@radix-ui/react-avatar publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.3). require("@radix-ui/react-avatar") and import "@radix-ui/react-avatar" both work on every supported Node.js version and in Bun.
Does @radix-ui/react-avatar@1.2.6 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@radix-ui/react-avatar") from a CommonJS file and import "@radix-ui/react-avatar" from an ES module.
| Runtime | require("@radix-ui/react-avatar") | import "@radix-ui/react-avatar" |
|---|---|---|
| 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-avatar
ES modules (import)
import reactAvatar from "@radix-ui/react-avatar";CommonJS (require)
const reactAvatar = require("@radix-ui/react-avatar");Module format by version
Derived from the type, main and exports fields of every stable release on npm (45 versions; the newest 45 shown).
| Versions | Format | First published |
|---|---|---|
| 1.0.3 – 1.2.6 | Dual (CommonJS + ESM) | May 26, 2023 |
| 0.0.1 – 1.0.2 | CommonJS | Dec 15, 2020 |
Frequently asked
Is @radix-ui/react-avatar ESM-only?
@radix-ui/react-avatar@1.2.6 ships CommonJS and ESM builds. @radix-ui/react-avatar publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.3). require("@radix-ui/react-avatar") and import "@radix-ui/react-avatar" both work on every supported Node.js version and in Bun.
Can I require @radix-ui/react-avatar?
Yes. @radix-ui/react-avatar ships a CommonJS entry, so require("@radix-ui/react-avatar") works on every Node.js version, alongside the native ESM entry for import.
Does @radix-ui/react-avatar work in Bun?
Yes. import "@radix-ui/react-avatar" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @radix-ui/react-avatar ship TypeScript types?
Yes. @radix-ui/react-avatar 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
- typed-array-byte-length 1.0.3CommonJS
- regexpu-core 6.4.0CommonJS
- eslint-module-utils 2.14.0CommonJS
- sucrase 3.35.1CommonJS
- ts-node 10.9.2CommonJS
- lodash-es 4.18.1ESM-only
- jest 30.5.1Dual
- eslint-plugin-import 2.32.0CommonJS