react-transform-boilerplate-ts icon indicating copy to clipboard operation
react-transform-boilerplate-ts copied to clipboard

react-transform-catch-errors does not look like a React component

Open brauliodiez opened this issue 8 years ago • 0 comments

Managed to run wepback and start the project (applying fix #7 proposed by @svdoever).

When I run the app npm start I get a white screen in the browser and the following error in the console:

react-transform-catch-errors does not look like a React component

After digging a bit, found this entry in stackoverflow

This redbox-react version seems to fix the issue.

npm install [email protected] --save-dev

Going to try to get a clean cut and test it.

brauliodiez avatar Aug 19 '16 18:08 brauliodiez