This repository was archived by the owner on Sep 12, 2020. It is now read-only.
This repository was archived by the owner on Sep 12, 2020. It is now read-only.
Uncaught Error: imports[1] for react-transform-catch-errors does not look like a React component. #29
Open
Description
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?