Are there better ways to implement TanStack Form? #1477
Unanswered
amin-ruhul
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using TanStack Form with withForm, but I'm encountering a lint error:
Initially, I had something like this:
To fix the lint issue without disabling the rule, I moved the render logic to a new component:
Now How should I properly type the
SkuFormContent
props?@Balastrong
Beta Was this translation helpful? Give feedback.
All reactions