We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One of our plugins, storybook-addon-cookie, still needs to be updated for compatability with Storybook 8.
storybook-addon-cookie
Version 8 removes peer-dependency on react and react-dom, so we won't need to include them in our package.json any more.
react
react-dom
package.json
Version 8 also introduces changes and improvements to Storybook's testing tools.
I would recommend waiting to make this major version upgrade until after we've merged our sveltekit branch.
sveltekit
The text was updated successfully, but these errors were encountered:
eyeseast
No branches or pull requests
One of our plugins,
storybook-addon-cookie
, still needs to be updated for compatability with Storybook 8.Version 8 removes peer-dependency on
react
andreact-dom
, so we won't need to include them in ourpackage.json
any more.Version 8 also introduces changes and improvements to Storybook's testing tools.
I would recommend waiting to make this major version upgrade until after we've merged our
sveltekit
branch.The text was updated successfully, but these errors were encountered: