-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Styleguide failing after build. #74
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
Comments
Can you share some code that I can debug? |
Maybe it's because you have |
I added the @sapegin - I've made a test case in this repo:
|
I just ran into the same error, haven't had time to debug it yet though. |
You can try specifying the |
Explicitly adding displayName appears to fix the issue |
Please try 2.0.0-rc3. |
Styleguide is working fine on dev server but fails after build with this error:
I have done a little poking around and the array of components that are the argument to setComponentsNames() in src/utils/utils.js look like this when running build (in Chrome Devtools):
but are like this when running the dev server:
So as far as I can tell the function that is module and the name property are a bit different and thats whats causing the error. Not sure how to fix this though
The text was updated successfully, but these errors were encountered: