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
If we have fields managed via the useFieldArray hook, is it still allowed to call the unregister method to remove those fields or will this mess up some internal state down the line?
My use case is to remove nested array from a distant location where it is not really a possibility to pass up and down the methods of the useFieldArray hook
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.
-
If we have fields managed via the
useFieldArray
hook, is it still allowed to call theunregister
method to remove those fields or will this mess up some internal state down the line?My use case is to remove nested array from a distant location where it is not really a possibility to pass up and down the methods of the useFieldArray hook
Beta Was this translation helpful? Give feedback.
All reactions