-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
We recently released 1.0 of react-scripts
:
https://facebook.github.io/react/blog/2017/05/18/whats-new-in-create-react-app.html
It includes many changes, and people have been reporting that it’s incompatible with React Storybook as it exists now: facebook/create-react-app#2225.
I imagine there's both some sort of dependency bugs in npm, and just regular incompatibilities (e.g. our Babel preset has updated and we need other tools to catch up with supporting dynamic import()
).
For this reason, I have removed React Storybook integration from our docs: facebook/create-react-app#2252. I would be happy to add it back once it is compatible out of the box again. Thanks!