-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[Bug]: Terminal Warning on fresh install #30480
Comments
This comment has been minimized.
This comment has been minimized.
I also get this in the terminal after upgrading to the .3 patch version. The above does not suppress it. |
I got it to go away by setting logLevel in vite.config.ts |
I noted that the issue occurs when vite is bumped to version |
I've had a bit of a dig through the CHANGELOG notes for Vite |
I also got today after bumping... vite -> 6.1.0 Everything seems to work as before. |
Is there a proper solution to this warning ? I am on |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I see the same problem with storybook + vite + vue. With vite 6.1.0 I get the warning. With vite 6.0.9 it works without the warning. |
This happens for me even on 6.0.9 |
@pdfabbro I would double check your |
@Joerdwa good call, thanks for that! I didn't even realize that's how that worked. |
If on vs code the "version lens" extension lets you see what's going on in package .json. use it all the time |
Fix is on its way. |
I had to revert to version 5.4.14. |
Awesome! When can we expect a new version to be out? |
@qw-in ah sorry, I did check earlier but I was looking for a new version of vite, not storybook because my mind was on how it still worked with vite 6.0.9 but not vite 6.10.0. My bad. Thanks again |
Describe the bug
Running a fresh installation creates the following warning in the terminal. Is this expected? any way to rectify this?
Reproduction link
http://localhost:6006/
Reproduction steps
Install storybook with
pnpm dlx storybook@latest init
and select Vite + React. Run storybook and see the warningSystem
Additional context
No response
The text was updated successfully, but these errors were encountered: