-
Notifications
You must be signed in to change notification settings - Fork 524
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
Split storybook stories into individual files #2952
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Looks like a few places have |
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.
Playing around a bit with the new file structure and everything seems good. I like it! 🎉
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.
Also liking the new file structure! This makes it much easier to read and maintain.
Left a comment about a type error I noticed with control: "string"
. It looks like it's affecting the following files:
- stories/victory-charts/victory-animation/config.ts
- stories/victory-charts/victory-box-plot/config.ts
- stories/victory-charts/victory-candlestick/config.ts
- stories/victory-charts/victory-chart/config.ts
Also can confirm that the as const
fixes those arg type errors for me ☝️
c3c6cc7
to
d404e6e
Compare
Updated the types, fixed warnings, and corrected the |
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.
Split storybook stories into individual files for easier maintenance and faster HMR. Improves the development experience by correct Types and Auto gen controls for props.
Previous format
New format