paypal / react-engine

a composite render engine for universal (isomorphic) express apps to render both plain react views and react-router views
Apache License 2.0
1.45k stars 130 forks source link

Move react to `peerDependencies ` #161

Closed EcutDavid closed 7 years ago

EcutDavid commented 8 years ago

People like me found problem below, which caused by two version of react.

Uncaught TypeError: Cannot read property 'firstChild' of undefined
/~/react-router/~/react/lib/ReactMount.js?:606

Works after rm -rf node_modules/react-engine/node_modules/react

http://stackoverflow.com/questions/27153166/typeerror-when-using-react-cannot-read-property-firstchild-of-undefined#answer-27153167