DEV Community

Max Angelo Dapitilla Perin
Max Angelo Dapitilla Perin

Posted on

Answer: How to solve "JSX element implicitly has type 'any' " error?

I resolved this issue by installing the react type definition.

Try to run yarn add --dev @types/react

Top comments (0)