ryanflorence / example-react-router-server-rendering-lazy-routes

559 stars 53 forks source link

update to latest react-router (2.0.0-rc4 as of writing) #4

Open bencooling opened 8 years ago

bencooling commented 8 years ago

Update react-router npm install react-router@beta

npm start throws an error Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.

Also thank you for react-router!

bencooling commented 8 years ago

Submitted https://github.com/rackt/example-react-router-server-rendering-lazy-routes/pull/5 to fix this issue.