Nethravathi S
Nethravathi S
@zackypick Even I am facing same issue when trying to run the app in **prod** mode. Getting Error as follows: ERROR ReferenceError: React is not defined render http://localhost:4300/main.a3a651f148906b293118.js:1 ngOnChanges http://localhost:4300/main.a3a651f148906b293118.js:1...
@mkeith121 I am getting the compiler issue with above code. ``` src/components/my-react-component/MyReactComponentWrapper.tsx:69:20 - error TS2339: Property 'render' does not exist on type 'typeof React'. 69 ReactDOM.render( ~~~~~~ ``` Thanks!
@mkeith121 This solution works. Thank you so much for the help!!