Skip to content

Commit

Permalink
chore: tests now pass
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Jan 15, 2025
1 parent c1f5b67 commit 253cf4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/form-core/src/FormApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,8 @@ export class FormApi<
if (
prevFieldInfo &&
prevFieldInfo.isPristine === isFieldPristine &&
prevFieldInfo.errors === fieldErrors
prevFieldInfo.errors === fieldErrors &&
currBaseVal === prevBaseVal
) {
fieldMeta[fieldName] = prevFieldInfo
continue
Expand Down

0 comments on commit 253cf4f

Please sign in to comment.