Skip to content

Typescript Fix - Component typing

Compare
Choose a tag to compare
@leo95oliveira leo95oliveira released this 16 May 14:30
· 100 commits to main since this release
12e9cc5

This version addresses an error that was coming from using React.FC to type the components of the library.

Error:

Component cannot be used as a JSX component. Its return type React.FC is not a valid JSX element