sekoyo / universal-react

A universal react starter, with routing, meta, title, and data features
242 stars 50 forks source link

Error #28

Closed Aadriya closed 7 years ago

Aadriya commented 7 years ago

webpack: Compiled successfully. TypeError: Cannot read property 'initialValue' of undefined at domOnlyProps (/home/megha/public_html/universal-react/app/containers/header.js:8:22) at Header.render (/home/megha/public_html/universal-react/app/containers/header.js:38:741) at /home/megha/public_html/universal-react/node_modules/react-dom/lib/ReactCompositeComponent.js:796:21 at measureLifeCyclePerf (/home/megha/public_html/universal-react/node_modules/react-dom/lib/ReactCompositeComponent.js:75:12) at null.ReactCompositeComponent._renderValidatedComponentWithoutOwnerOrContext (/home/megha/public_html/universal-react/node_modules/react-dom/lib/ReactCompositeComponent.js:795:25) at null.ReactCompositeComponent._renderValidatedComponent (/home/megha/public_html/universal-react/node_modules/react-dom/lib/ReactCompositeComponent.js:822:32) at null.ReactCompositeComponent.performInitialMount (/home/megha/public_html/universal-react/node_modules/react-dom/lib/ReactCompositeComponent.js:362:30) at null.ReactCompositeComponent.mountComponent (/home/megha/public_html/universal-react/node_modules/react-dom/lib/ReactCompositeComponent.js:258:21) at Object.ReactReconciler.mountComponent (/home/megha/public_html/universal-react/node_modules/react-dom/lib/ReactReconciler.js:46:35) at null.ReactCompositeComponent.performInitialMount (/home/megha/public_html/universal-react/node_modules/react-dom/lib/ReactCompositeComponent.js:371:34) screenshot from 2017-04-13 14-41-41

sekoyo commented 7 years ago

Try with a fresh npm install and let me know, there have been some updates. I'm closing this for now as I don't expect more activity but will reopen if you're still interested in getting it running