Each FieldArray causes extra renders even when they are empty. This problem is exacerbated in my application as I have several nested arrays which can cause a single keystroke to cause 80+ renders.
Rolling back to Formik v1 fixes this problem.
Expected behavior
FieldArray's shouldn't cause additional form renders.
🐛 Bug report
Current Behavior
Each FieldArray causes extra renders even when they are empty. This problem is exacerbated in my application as I have several nested arrays which can cause a single keystroke to cause 80+ renders.
Rolling back to Formik v1 fixes this problem.
Expected behavior
FieldArray's shouldn't cause additional form renders.
Reproducible example
https://codesandbox.io/s/pensive-wildflower-wftlp
Additional context
Your environment