Storybook v7 - Error: Sorry, for now, you can not do this, please use a framework such as @storybook/react-webpack5
See original GitHub issueWhen running npx storybook@7.0.0-alpha.7 init
Or any other 7 alpha release I get the following error:
Error: Sorry, for now, you can not do this, please use a framework such as @storybook/react-webpack5
A brand new project Vite with react ts template
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Storybook 7.0 beta
We now support automatic configuration from your Vite config, and Webpack is no longer installed into your projects. ✓ TypeScript type safety ...
Read more >Frequently Asked Questions - Storybook - JS.ORG
I see ReferenceError: React is not defined when using Storybook with Next.js; How do I setup Storybook to share Webpack configuration with Next.js?...
Read more >Feature support for frameworks - Storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and...
Read more >Install Storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and...
Read more >Args - Storybook - JS.ORG
Args can be used to dynamically change props, slots, styles, inputs, etc. It allows Storybook and its addons to live edit components. You...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The flag is
--builder=vite
, which should work hopefully. We should throw an error on bad values…That’s right, although I hear it’s coming very soon!