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
Single stories doesn't work (without layout property or with { type: 'single' }) and just show the side menu recursively. A warning appears in the console:
[Vue Router warn]: No match found for location with path "/__sandbox"
Locally it works (serve), but not into the dist folder (build), so it's impossible to upload it to production.
Describe the bug
https://histoire.dev/examples/vue3/single-stories.html#within-an-iframe
Single stories doesn't work (without layout property or with
{ type: 'single' }
) and just show the side menu recursively. A warning appears in the console:[Vue Router warn]: No match found for location with path "/__sandbox"
Locally it works (
serve
), but not into thedist
folder (build
), so it's impossible to upload it to production.Reproduction
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: