Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

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

@barinbritva

Description

@barinbritva

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions