final-form / final-form/react-final-form-arrays

`removeBatch` and `concat` are missing in type definitions

Open
#180 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.