Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Probably not related to the react version Encountered error: "TypeError: Cannot read property 'name' of undefined" when prerendering HelloWorldWithLogAndThrow with props: {"helloWorldData":{"name":"Mr. Server Side Rendering"}} js_code was: (function() { var props = {"helloWorldData":{"name":"Mr. Server Side Rendering"}}; return ReactOnRails.serverRenderReactComponent({ name: 'HelloWorldWithLogAndThrow', domNodeId: 'HelloWorldWithLogAndThrow-react-component-0', props: props, trace: true, location: '/server_side_log_throw_raise' }); })() Object.<anonymous> ((execjs):27066:58) Object.<anonymous> ((execjs):27075:31) __webpack_require__ ((execjs):31:30) Object.<anonymous> ((execjs):26981:15) __webpack_require__ ((execjs):31:30) Object.<anonymous> ((execjs):5355:24) __webpack_require__ ((execjs):31:30) Object.<anonymous> ((execjs):59:19) __webpack_require__ ((execjs):31:30) (execjs):51:18
- Loading branch information