jsx-intro icon indicating copy to clipboard operation
jsx-intro copied to clipboard

Property 'render' does not exist on type 'typeof __React'

Open fpawel opened this issue 9 years ago • 1 comments

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'.

fpawel avatar Nov 29 '15 06:11 fpawel

Need to use ReactDOM instead now

RyanCavanaugh avatar Dec 01 '15 17:12 RyanCavanaugh