reactstrap / component-template

Build, Document, Release & Publish React Components

Home Page:https://reactstrap.github.io/component-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm start results in fatal errors

gpolyn opened this issue · comments

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 #9

You can try this fork until the fix gets merged.

https://github.com/susielu/component-template