canirequire

canirequireDual (CommonJS + ESM) › @radix-ui/react-use-controllable-state

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

Last verified Sep 9, 2026 against @radix-ui/react-use-controllable-state@1.2.6. JSON

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

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

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

Does @radix-ui/react-use-controllable-state@1.2.6 actually load? Runtime test results

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

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

ES modules (import)

import reactUseControllableState from "@radix-ui/react-use-controllable-state";

CommonJS (require)

const reactUseControllableState = require("@radix-ui/react-use-controllable-state");

Module format by version

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

VersionsFormatFirst published
1.0.1 – 1.2.6Dual (CommonJS + ESM)May 26, 2023
0.0.1 – 1.0.0CommonJSMar 3, 2021

Frequently asked

Is @radix-ui/react-use-controllable-state ESM-only?

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

Can I require @radix-ui/react-use-controllable-state?

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

Does @radix-ui/react-use-controllable-state work in Bun?

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

Does @radix-ui/react-use-controllable-state ship TypeScript types?

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

Links

Other dual (commonjs + esm) packages

Similar popularity