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

isEqual on <FieldArray> runs once

Open
#139 0 comments 1 reaction 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**?

### What is the current behavior?

`isEqual` on `` only runs once at start. i see the console.log only once.

```
{
console.log('here');
return true;
}}>
```
### What is the expected behavior?
It should run on every change.

### Sandbox Link

I will do.

### What's your environment?

Firefox 77.
node - v13.11.0
npm - v13.11.0
"react-final-form": "^6.5.0",
"react-final-form-arrays": "^3.1.1",
"final-form": "^4.20.0",
"final-form-arrays": "^3.0.2",

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.