palantir / tslint-react

:orange_book: Lint rules related to React & JSX for TSLint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render method should be required in a class form react component.

JasonZough opened this issue · comments

commented

It is very common to come into this error.

TypeError: instance.render is not a function

I need much more context to understand this issue. Where is the error coming from, what is your typescript code, etc.