Path<TFieldValues> not being inferred correctly #12930
Unanswered
GarrisonBates
asked this question in
Q&A
Replies: 0 comments
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've extracted out a component for a specific input that's used across several forms:
However, no matter what I try I'm getting this TS error:
Does anyone have any insight on why TS is unable to see that
memberId
is indeed a path in the form? I thought my use of generics addressed this, but it clearly doesn't.Edit: I should add that I don't think
RHFCombobox
is relevant to this. Because even if I try to do something like:I get
Beta Was this translation helpful? Give feedback.
All reactions