canirequire › Dual (CommonJS + ESM) › @storybook/addon-interactions
Is @storybook/addon-interactions ESM-only? Can you require() it?
Automate, test and debug user interactions
Last verified Sep 9, 2026 against @storybook/addon-interactions@8.6.14. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@storybook/addon-interactions publishes both a CommonJS entry and a native ESM entry (ESM added in 7.0.0). require("@storybook/addon-interactions") and import "@storybook/addon-interactions" both work on every supported Node.js version and in Bun.
Does @storybook/addon-interactions@8.6.14 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@storybook/addon-interactions") from a CommonJS file and import "@storybook/addon-interactions" from an ES module.
| Runtime | require("@storybook/addon-interactions") | import "@storybook/addon-interactions" |
|---|---|---|
| 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 @storybook/addon-interactions
ES modules (import)
import addonInteractions from "@storybook/addon-interactions";CommonJS (require)
const addonInteractions = require("@storybook/addon-interactions");Module format by version
Derived from the type, main and exports fields of every stable release on npm (188 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 8.1.7 – 8.6.18 | Dual (CommonJS + ESM) | Jun 12, 2024 |
Frequently asked
Is @storybook/addon-interactions ESM-only?
@storybook/addon-interactions@8.6.14 ships CommonJS and ESM builds. @storybook/addon-interactions publishes both a CommonJS entry and a native ESM entry (ESM added in 7.0.0). require("@storybook/addon-interactions") and import "@storybook/addon-interactions" both work on every supported Node.js version and in Bun.
Can I require @storybook/addon-interactions?
Yes. @storybook/addon-interactions ships a CommonJS entry, so require("@storybook/addon-interactions") works on every Node.js version, alongside the native ESM entry for import.
Does @storybook/addon-interactions work in Bun?
Yes. import "@storybook/addon-interactions" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @storybook/addon-interactions ship TypeScript types?
Yes. @storybook/addon-interactions 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
- @angular/common 22.1.5ESM-only
- @storybook/addon-links 10.6.0No entry
- @angular/compiler 22.1.5ESM-only
- @storybook/node-logger 8.6.14Dual
- @angular/platform-browser 22.1.5ESM-only
- @babel/cli 8.0.4CommonJS
- @angular/compiler-cli 22.1.5ESM-only
- @angular/forms 22.1.5ESM-only