Closed leo95oliveira closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
components-library | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 14, 2024 3:38pm |
This minor PR is to address an error that was coming from using
React.FC<T>
to type the components of the library.Error:
Component cannot be used as a JSX component. Its return type React.FC<T> is not a valid JSX element