-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
display errors twice with create react app #543
Comments
@roonyh could you look into this? |
Sure. Working on it. |
I used the example project from webpack-hot-middleware and used babel-loader on it. It shows errors in the exact same format. So this seems like its not fixable from inside storybook. I'll leave this for now to work on some higher priority issues. We have plans for a error reporting system of our own, like the one create-react-app have. If someone can contribute with anything on something like that, PRs are welcome! :) |
Hi, I'm a team member of webpack and I recently debugged an issue that looks very much like this: webpack/webpack#3008. I don't know what package you use exactly to show the error like that, but the package should use |
Hi @SpaceK33z Let me try to update it. EDIT: I think https://github.com/glenjamin/webpack-hot-middleware could be the problem. |
@SpaceK33z Thanks for the input. |
Released the fix as |
I freshly installed storybook on create-react-app with
getstorybook
.here's the brouwser output of
npm start
(CRA) when there's a missing closing tag for instance :And here's the browser output of
npm run storybook
with the same kind of issue :I see some issues with that output :
The text was updated successfully, but these errors were encountered: