Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property 'toLowerCase' of undefined at a.renderDOM #267

trebushchuk opened this issue Dec 25, 2017 · 5 comments

TypeError: Cannot read property 'toLowerCase' of undefined at a.renderDOM #267

trebushchuk opened this issue Dec 25, 2017 · 5 comments

Comments

trebushchuk commented Dec 25, 2017
=> Exporting Routes. TypeError: Cannot read property 'toLowerCase' of undefined at a.renderDOM (/home/vladimir/Workspace/site/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:36:391) at a.render (/home/vladimir/Workspace/site/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:36:228) at a.read (/home/vladimir/Workspace/site/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:35:250) at renderToString (/home/vladimir/Workspace/site/node_modules/react-dom/cjs/react-dom-server.node.production.min.js:44:6) at renderStringAndHead (/home/vladimir/Workspace/site/node_modules/react-static/lib/static.js:337:68) at Object.renderToHtml (/home/vladimir/Workspace/site/node_modules/react-static/lib/utils.js:189:14) at _callee3$ (/home/vladimir/Workspace/site/node_modules/react-static/lib/static.js:360:39) at tryCatch (/home/vladimir/Workspace/site/node_modules/regenerator-runtime/runtime.js:62:40) at Generator.invoke [as _invoke] (/home/vladimir/Workspace/site/node_modules/regenerator-runtime/runtime.js:296:22) at Generator.prototype.(anonymous function) [as next] (/home/vladimir/Workspace/site/node_modules/regenerator-runtime/runtime.js:114:21) at step (/home/vladimir/Workspace/site/node_modules/react-static/lib/static.js:120:191) at /home/vladimir/Workspace/site/node_modules/react-static/lib/static.js:120:437 at new Promise () at /home/vladimir/Workspace/site/node_modules/react-static/lib/static.js:120:99 at /home/vladimir/Workspace/site/node_modules/react-static/lib/static.js:474:30 at Array.map () error Command failed with exit code 1. 

In the first argument of renderDOM is passed this kind object:

 '$$typeof': Symbol(react.element), type: undefined, key: null, ref: null, props: >, _owner: null >

example that reproduces the issue
https://github.com/trebushuk/test-react-project

The text was updated successfully, but these errors were encountered: