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
I have the incompatible type issue when using the UseForm.
<html>TS2322: Type 'UseFormReturn<FieldValues, any, T>' is not assignable to type 'UseFormReturn<T>'.<br/>The types returned by 'watch()' are incompatible between these types.<br/>Type 'FieldValues' is not assignable to type 'T'.<br/>'FieldValues' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different subtype of constraint 'FieldValues'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have the incompatible type issue when using the UseForm.
Beta Was this translation helpful? Give feedback.
All reactions