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
where clicking the button will add a new field, but I'm getting a type error Argument of type '"addField"' is not assignable to parameter of type 'never'., and it's the same for removeFieldValue Is there a way around this? I've been able to use other form methods such as setFieldValue without any issues.
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'm refactoring some of our components to use the new
withFieldGroup
and I'm hoping to do something like this:where clicking the button will add a new field, but I'm getting a type error
Argument of type '"addField"' is not assignable to parameter of type 'never'.
, and it's the same forremoveFieldValue
Is there a way around this? I've been able to use otherform
methods such assetFieldValue
without any issues.Beta Was this translation helpful? Give feedback.
All reactions