You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #9576@storybook/addon-storyshots was updated to allow importing storybook configs from a main.ts file. But it only supports CommonJS module exports using the module.exports format. It would be great if it could also support ES module exports using export default as that is what is recommended in the docs for a storybook config. https://storybook.js.org/docs/7.0/react/configure/overview #9576 (comment)
The Storyshots addon is officially deprecated and will be removed in a future release of Storybook. To help with the transition process, we've created a migration guide for the available options and common use cases.
Describe the bug
In #9576
@storybook/addon-storyshots
was updated to allow importing storybook configs from amain.ts
file. But it only supports CommonJS module exports using themodule.exports
format. It would be great if it could also support ES module exports usingexport default
as that is what is recommended in the docs for a storybook config. https://storybook.js.org/docs/7.0/react/configure/overview#9576 (comment)
To Reproduce
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: