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
Are you submitting a bug report or a feature request?
bug report?
What is the current behavior?
There are two missing functions definitions in FieldArrayRenderProps interface removeBatch and concat (index.d.ts). This functions are defined in Final Form Arrays API. They are actually there at runtime, just "invisible" for TypeScript users.
What is the expected behavior?
Definitions in FieldArrayRenderProps should match Final Form Arrays API.