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
You have to manually require each story in a config file. I see two issues in this sentence: manually require and config file.
The storybook is an extra project. I'd prefer to be able to write .story.js files, just like .test.js files without an extra project for that.
If someone wants to volunteer for this, there are a few requirements:
I don't want the storybook as an explicit dependency, nor rely on the start-storybook command to exist in the library/node_modules/.bin as a transient dependency
Ideally having a built in JSX & Proptypes preview would be ideal. There are a few addons for this available
The text was updated successfully, but these errors were encountered:
The current storybooks have a few problems:
.story.js
files, just like.test.js
files without an extra project for that.If someone wants to volunteer for this, there are a few requirements:
The text was updated successfully, but these errors were encountered: