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.
The text was updated successfully, but these errors were encountered:
IgorRain
changed the title
removeBatch and concat is missing in type definitions
removeBatch and concat are missing in type definitions
Feb 23, 2024
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: