palantir / tslint-react

:orange_book: Lint rules related to React & JSX for TSLint.
Apache License 2.0
749 stars 76 forks source link

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

Closed JasonZough closed 5 years ago

JasonZough commented 5 years ago

It is very common to come into this error.

TypeError: instance.render is not a function
adidahiya commented 5 years ago

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