Open artaommahe opened 11 hours ago
Disclaimer This information might be inaccurate, due to it being generated automatically
This requires updating the peer dependency for Vite in @storybook/react-vite
. The change needs to be made in the package.json of the code/frameworks/react-vite
package to update the peerDependency from "vite": "^4.0.0 || ^5.0.0"
to include v6: "vite": "^4.0.0 || ^5.0.0 || ^6.0.0"
.
Additionally, any Vite-specific code in the builder implementation should be tested with v6 to ensure compatibility.
What version of
vite
are you using?6.0.1
System info and storybook versions
Describe the Bug
cant install vite v6 cause
@storybook/react-vite
doesn't support itLink to Minimal Reproducible Example
No response
Participation