react-redux-jwt-auth-example
react-redux-jwt-auth-example copied to clipboard
Uncaught Error: imports[1] for react-transform-catch-errors does not look like a React component.
I encountered the error Uncaught Error: imports[1] for react-transform-catch-errors does not look like a React component.
I resolved the issue by removing the ^ from "redbox-react": "^1.0.4", in package.json, as mentioned in the SO post.
http://stackoverflow.com/questions/37895944/react-transform-catch-errors-does-not-look-like-a-react-component#
Shall I issue a PR? Or is there a better solution?
same
I think it's the right way to fix this problem. please submit a pull request.
I had to fix this on my fork as well so I just submitted #30