github TanStack/form @tanstack/form-core@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: prevent unnecessary re-renders when there are no async validators (#1929)

    Fields were re-rendering twice on each keystroke because isValidating was being set to true then false even when there were no async validators to run. This fix checks if there are actual async validators before toggling the isValidating state.

    Fixes #1130

Don't miss a new form release

NewReleases is sending notifications on new releases.