Are there better ways to implement TanStack Form? #1477
Answered
by
oscar-b
amin-ruhul
asked this question in
General
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Balastrong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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