react-redux-jwt-auth-example icon indicating copy to clipboard operation
react-redux-jwt-auth-example copied to clipboard

Uncaught Error: imports[1] for react-transform-catch-errors does not look like a React component.

Open kwkhaw opened this issue 9 years ago • 3 comments

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?

kwkhaw avatar Jul 06 '16 15:07 kwkhaw

same

alienintheheights avatar Jul 07 '16 05:07 alienintheheights

I think it's the right way to fix this problem. please submit a pull request.

chaintng avatar Aug 10 '16 10:08 chaintng

I had to fix this on my fork as well so I just submitted #30

mjrussell avatar Aug 11 '16 00:08 mjrussell