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:
MrBlackRain
changed the title
removeBatch and concat is missing in type definitions
removeBatch and concat are missing in type definitions
Feb 23, 2024
Both of these functions also never mentioned in the README.md. Is this on purpose?
MrBlackRain
changed the title
removeBatch and concat are missing in type definitionsremoveBatch and concat are missing in type definitions
Feb 23, 2024
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: