DEV Community

Discussion on: Stop returning NULL components

Collapse
 
hayk1997 profile image
Hayk-1997

Hi :)).
Thanks to an article.
I have error when I'm using typescript with react.

{Its return type 'false | Element' is not a valid JSX element.
Type 'false' is not assignable to type 'Element | null'.}
This error appears when I return {false} instead of null