You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
I cloned repository, changed React version in package.json, because in version 0.14.x method render moved to ReactDOM:
// ...
"react": "0.13.3",
// ...
I cloned repository, changed React version in
package.json, because in version 0.14.x method render moved to ReactDOM:// ...
"react": "0.13.3",
// ...
Then:
npm install
node node_modules/typescript/bin/tsc
Error:
src/app.tsx(19,11): error TS2339: Property 'render' does not exist on type 'typeof __React'.