Skip to content

Commit

Permalink
chore: add changeset for revert
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed May 31, 2023
1 parent 7440db1 commit 9709d84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-cars-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'formik': patch
---

Revert `FieldArray` "shouldComponentUpdate" performance optimization. As it turns out, it's a common use case to have JSX controlled via non-Formik state/props inside of `FieldArray`, so it's not safe to cancel re-renders here.

0 comments on commit 9709d84

Please sign in to comment.