Closed chekromul closed 2 months ago
I am closing this as you can see https://github.com/busbud/tailwind-buddy/blob/main/packages/ui/src/components/Button/Button.variants.ts
I am not use with children but just React.FC
If you can provide a pr here with the type failing would help a lot
Preconditions
"@busbud/tailwind-buddy": "^0.0.33"
Steps to reproduce
Actual result
Here's the error:
Error screenshot
But if I add
PropsWithChildren
then everything works fine.With
PropsWithChildren
screenshot