-
Notifications
You must be signed in to change notification settings - Fork 651
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
Error on yarn run storybook
#369
Comments
What is your version of Node? I'm getting errors for JSX and class properties, which also prevents the stories from rendering, but I'm curious about where your error is coming from. |
@silvenon node version is v8.11.3 |
Yeah, storybook isn't working at all for me. I did some investigation but ended up giving up. Basically, the react-transition-group storybook isn't compatible with webpack 4, but the project itself has been bumped to use 4. plugins.extractText seems to have been removed form edit:
|
@jquense do you use Storybook when developing react-transition-group? I stopped using it a long time ago in general because I find it to be too much of a hassle, I just use |
I use use it just to verify stuff when i do local dev yeah. Its really not important tho to fix, or rather i should fix it since i'm the one that uses it. I don't want to remove it tho since it's got some useful examples of use that may be broadly interesting |
Is there an alternative way to look at demos? I couldn't get it to run either. |
To answer my own question and to others for reference, the docs have codebox examples. So each of the following pages lets you see the transitions and play with them: |
If the storybook is broken and a "wontfix," perhaps a documentation update to remove the reference to the storybook? |
∆ Ran into issue reactjs#369 (Error on `yarn run storybook`) when trying out the library, ended up there because the docs where slightly out of date. Just a quick few lines to ensure they're more current.
Works now 👍 |
yarn run storybook
leads to errorTypeError: plugins.extractText is not a function
and storybook did not start.
The text was updated successfully, but these errors were encountered: