react-transform-boilerplate-ts
react-transform-boilerplate-ts copied to clipboard
react-transform-catch-errors does not look like a React component
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.