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
The latest version v4.0.0 has 'feat: add storybook 9 support', but it does not mention drop support for v8. Is it normal that it does not work anymore with v8 ? Btw v9 is still in beta. This version shouldn't be in beta too ? For people that use tools such as renovate to update deps automatically, that can be problematic.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error Found: [email protected]
npm error node_modules/storybook
npm error dev storybook@"8.6.12" from the root project
npm error
npm error Could not resolve dependency:
npm error peer storybook@"^9.0.0-beta.10" from [email protected]
npm error node_modules/storybook-react-i18next
npm error dev storybook-react-i18next@"4.0.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
Thank you
The text was updated successfully, but these errors were encountered:
Storybook version 9 is a breaking change, and it is typical for SB to not be compatible with previous major versions. It is not backwards compatible. Hence, the major version update of this plugin.
Hello,
The latest version v4.0.0 has 'feat: add storybook 9 support', but it does not mention drop support for v8. Is it normal that it does not work anymore with v8 ? Btw v9 is still in beta. This version shouldn't be in beta too ? For people that use tools such as renovate to update deps automatically, that can be problematic.
Thank you
The text was updated successfully, but these errors were encountered: