-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: histoire #475
Comments
We temporarily close this due to the lack of enough information. |
@antfu fair point. I have created a stackblitz example with a reproduction of the issue. https://stackblitz.com/edit/nuxt-starter-qar953. Please run |
Here is a video of the issue: Screen.Recording.2023-10-22.at.13.24.09.mov
|
nuxt/nuxt#23863 (comment) explains this is being fixed here histoire-dev/histoire#611. |
🐛 The bug
When
@nuxt/devtools
is included innuxt.config.js
, like:Running
histoire
in dev mode will start nuxt but then crash pretty quickly with:Removing the devtools module, allows histoire to run fine.
🛠️ To reproduce
https://stackblitz.com/edit/nuxt-starter-qar953
Please run
npm install && npm run story:dev
in the stackblitz terminal to reproduce.🌈 Expected behavior
For histoire to run fine when
nuxt/devtools
has been loaded as a module in nuxt.config.ts.ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: