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
Hello,
I'm bootstrapping storybook-nuxt on my nuxt3 big project and I experiment several issues, not blocking (for the moment), only visible in the browser devtools console. And the main issue seems to be that vue-router tries to load the current url /iframe.html?xxx and fails (which is understanding).
I tried to setup a default value for the router in preview.ts, but this route is taken into account too late.
What is the good way to avoid this issue ?
Regards
The text was updated successfully, but these errors were encountered:
Hello,
I'm bootstrapping storybook-nuxt on my nuxt3 big project and I experiment several issues, not blocking (for the moment), only visible in the browser devtools console. And the main issue seems to be that vue-router tries to load the current url
/iframe.html?xxx
and fails (which is understanding).I tried to setup a default value for the router in
preview.ts
, but this route is taken into account too late.What is the good way to avoid this issue ?
Regards
The text was updated successfully, but these errors were encountered: