-
Notifications
You must be signed in to change notification settings - Fork 178
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
fix: props table not showing #1788
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
LGTM! :D
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.
so nice to have this working 🫶
What does it do?
Upgrade Storybook packages to 8.3.1
remove @storybook/blocks patch version from the root package.json
switch TableType component with ArgTypes in storybook docs
Why is it needed?
TypeTable
doesn't exist anymore no props table is generated in the Storybooks@storybook/blocks
doesn't seem to be needed, we were already using8.1.6
versionHow to test it?
Note
Will be working on a strategy to improve the docs better, as for some component
ArgTypes
did not manage to automatically generate a table of the props