component-template
component-template copied to clipboard
npm start results in fatal errors
Using node 6.11.0, getting the following after npm start
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in. Check your code at index.js:24.
in Docs (at index.js:6)
hey, I had the same issue, found out it was the version of react-router causing this.
so I installed react-router-dom instead, note that you need to then change instances of Match to Route
there actually is a pull request to fix this - see here what needs changing https://github.com/reactstrap/component-template/pull/9
You can try this fork until the fix gets merged.
https://github.com/susielu/component-template