final-form / final-form/react-final-form-arrays
`removeBatch` and `concat` are missing in type definitions
- Dominant language
- TypeScript
- Stars
- 210
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
### 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](https://github.com/final-form/react-final-form-arrays/blob/master/src/index.d.ts)). This functions are defined in [Final Form Arrays API](https://final-form.org/docs/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.
Contributor guide
Assessment
This issue has not been assessed yet.