Cannot read property 'render' of undefined

thsorens picture thsorens · Oct 31, 2015 · Viewed 9.1k times · Source

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

Answer

thsorens picture thsorens · Oct 31, 2015

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