github TanStack/form @tanstack/react-form@1.27.4

latest releases: @tanstack/react-form-devtools@0.2.7, @tanstack/vue-form@1.27.4, @tanstack/solid-form-devtools@0.2.7...
one day ago

Patch Changes

  • fix(react-form): prevent array field re-render when child property changes (#1930)

    Array fields with mode="array" were incorrectly re-rendering when a property on any array element was mutated. This was a regression introduced in v1.27.0 by the React Compiler compatibility changes.

    The fix ensures that mode="array" fields only re-render when the array length changes (items added/removed), not when individual item properties are modified.

    Fixes #1925

  • Updated dependencies [c753d5e]:

    • @tanstack/form-core@1.27.4

Don't miss a new form release

NewReleases is sending notifications on new releases.