Search code examples
reactjsreactjs.netngreact

Cannot read property 'render' of undefined


Built JSX with JsxBundleConfig, used angular ngReact directives to render react within angular. Every time i tried to include a react-component, the error Cannot read property 'render' of undefined appeared in the console, and nothing was rendered


Solution

  • After knocking my head against the wall for a while, i found out that the react-dom js was not included in my project.