-
Notifications
You must be signed in to change notification settings - Fork 3
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
Updated Storybook to version 8 #2365
base: main
Are you sure you want to change the base?
Conversation
…ill have to delete .stories.mdx file to get build working
…ription in stories file
Context:- Storybook isn't picking up the props from React Component and couldn't populate it in args table. The same worked when we upgraded the storybook in neeto-molecules out of the box. The core of this issue could be the warning we are getting in the console when we run You could checkout to this branch( Here's the diff between dependencies for Few of the approaches I've tried to get this working.
Here are few links related to this issue. |
This PR updates the Storybook to version 8.
Checklist
I have made corresponding changes to the documentation.I have updated the types definition of modified exports.I have verified the functionality in some of the neeto web-apps.I have added tests that prove my fix is effective or that my feature works.I have added properdata-cy
anddata-testid
attributes.patch
/minor
/major
- If package publishis required).
Reviewers