canirequire

canirequireDual (CommonJS + ESM) › @radix-ui/react-select

Is @radix-ui/react-select ESM-only? Can you require() it?

Last verified Sep 9, 2026 against @radix-ui/react-select@2.3.7. JSON

Dual (CommonJS + ESM) Dual package — both require() and import work

@radix-ui/react-select publishes both a CommonJS entry and a native ESM entry (ESM added in 1.2.2). require("@radix-ui/react-select") and import "@radix-ui/react-select" both work on every supported Node.js version and in Bun.

Latest
2.3.7 (Jul 24, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
2.3.7
Native ESM since
1.2.2
TypeScript types
Bundled
Node engines
not declared
License
MIT

Does @radix-ui/react-select@2.3.7 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("@radix-ui/react-select") from a CommonJS file and import "@radix-ui/react-select" from an ES module.

Runtimerequire("@radix-ui/react-select")import "@radix-ui/react-select"
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-select

ES modules (import)

import reactSelect from "@radix-ui/react-select";

CommonJS (require)

const reactSelect = require("@radix-ui/react-select");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (33 versions; the newest 33 shown).

VersionsFormatFirst published
1.2.2 – 2.3.7Dual (CommonJS + ESM)May 26, 2023
0.1.0 – 1.2.1CommonJSFeb 24, 2022

Frequently asked

Is @radix-ui/react-select ESM-only?

@radix-ui/react-select@2.3.7 ships CommonJS and ESM builds. @radix-ui/react-select publishes both a CommonJS entry and a native ESM entry (ESM added in 1.2.2). require("@radix-ui/react-select") and import "@radix-ui/react-select" both work on every supported Node.js version and in Bun.

Can I require @radix-ui/react-select?

Yes. @radix-ui/react-select ships a CommonJS entry, so require("@radix-ui/react-select") works on every Node.js version, alongside the native ESM entry for import.

Does @radix-ui/react-select work in Bun?

Yes. import "@radix-ui/react-select" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does @radix-ui/react-select ship TypeScript types?

Yes. @radix-ui/react-select bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity