You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2020. It is now read-only.
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",
inpackage.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?
The text was updated successfully, but these errors were encountered: