You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After testing and debugging, using react-docgen-typescript locally makes Storybook unbelievably slow.
I changed our setup to only use it in production, and locally use react-docgen, which has no performance issues.
This is the same bug as reported in storybookjs/storybook#28269.
When the issue above is resolved, we can change to use this:
args tables are not currently working in production.
This PR fixes this. `react-docgen` is still used in local development,
due to #2173, so you have to check this is production.
See preview deployment.
Also updates to a minor version of storybook.
After testing and debugging, using
react-docgen-typescript
locally makes Storybook unbelievably slow.I changed our setup to only use it in production, and locally use
react-docgen
, which has no performance issues.This is the same bug as reported in storybookjs/storybook#28269.
When the issue above is resolved, we can change to use this:
The text was updated successfully, but these errors were encountered: