Typescript Fix - Component typing
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
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