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
When using this module together with NuxtUI I get the error "Converting circular structure to JSON" during startup in dev mode. I debugged a bit and I found out that this is due to the plugin vite:vue which has a devServer configuration that is also using the plugin vite:vue that again has the devServer configuration and so on which causes this circular reference. You can reproduce this issue by simply running the command npm run dev in the provided reproduction repository.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
https://github.com/prof-schnitzel/nuxt-storybook-bug
Describe the bug
When using this module together with NuxtUI I get the error "Converting circular structure to JSON" during startup in dev mode. I debugged a bit and I found out that this is due to the plugin
vite:vue
which has adevServer
configuration that is also using the pluginvite:vue
that again has thedevServer
configuration and so on which causes this circular reference. You can reproduce this issue by simply running the commandnpm run dev
in the provided reproduction repository.Additional context
No response
The text was updated successfully, but these errors were encountered: