-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade Storybook to v8 #501
Conversation
|
I ran: $ npx storybook@latest upgrade And fixed a few remaining issues following: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#from-version-7x-to-800.
4dc9762
to
cefe1b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 nice one
I'm seeing an error when attempting to use the Grid add on: "render: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop"
…cker I don't fully understand why.
dc2d0c4
to
1b1b276
Compare
Will this fix this error, which I don't see locally but do see in code: "Storybook preview hooks can only be called inside decorators and story functions."
b1ee5d7
to
0f8b3cb
Compare
What does this change?
Upgrade Storybook to v8. This major version bump removes the other path which was bringing in the vulnerable
ip
package (the first use was removed in #500).I ran:
$ npx storybook@latest upgrade
And fixed a few remaining issues following:
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#from-version-7x-to-800.
Note: the base is #500.How to test
How can we measure success?
Have we considered potential risks?
Images
Accessibility