jsx-intro
jsx-intro copied to clipboard
Property 'render' does not exist on type 'typeof __React'
In the "Running the Compiler" step I get an error when compiling
tsc -w
app.tsx(8,11): error TS2339: Property 'render' does not exist on type 'typeof __React'.
Need to use ReactDOM instead now