You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I used patch-package to patch tailwind-rn@4.2.0 for the project I'm working on.
If used with TypeScript, TailwindProvider causes a ts error: (Typescript error: Property 'children' does not exist on type 'IntrinsicAttributes & Props').
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
tailwind-rn@4.2.0
for the project I'm working on.If used with TypeScript, TailwindProvider causes a ts error: (Typescript error: Property 'children' does not exist on type 'IntrinsicAttributes & Props').
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: