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
I made a same example with codesandbox, which works as expect.
Steps to reproduce
nothing to do, just waiting the project initial process. After the lanuching, the error will reproduce. it runs well at the first time, but it always failed when i reopen the project or refresh the page. i guess there has some unexpected cache. but i don't know how to clear it.
Expected behavior
i think every time i open the project, it should be in a new context, in which the error about cache is not supposed to occur
Browser name = Chrome
Full version = 105.0.0.0
Major version = 105
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 86968458,
"usedJSHeapSize": 74325270,
"jsHeapSizeLimit": 4294705152
}
Hash = a1e315a41ec6498e2c2758b32fbf437db67b244b
The text was updated successfully, but these errors were encountered:
I am not seeing the error you mentioned, but there seems to be other errors in your project that might prevent me from seeing the one you reported:
ERR! Error:
ERR! @storybook/builder-vite requires vite-plugin-vue2 to be installed when using @storybook/vue.
ERR! Please install it and start storybook again.
Do you think you could update your blitz? That would help me a ton 🙏
Describe the bug
Link to the blitz that caused the error
https://stackblitz.com/edit/storybook-bug-reproduction
I made a same example with codesandbox, which works as expect.
Steps to reproduce
nothing to do, just waiting the project initial process. After the lanuching, the error will reproduce. it runs well at the first time, but it always failed when i reopen the project or refresh the page. i guess there has some unexpected cache. but i don't know how to clear it.
Expected behavior
i think every time i open the project, it should be in a new context, in which the error about cache is not supposed to occur
Parity with Local
Screenshots
Everything is ok!
Platform
The text was updated successfully, but these errors were encountered: