github TanStack/form @tanstack/solid-form@1.33.4

latest releases: @tanstack/preact-form@1.33.3, @tanstack/react-form@1.33.4, @tanstack/lit-form@1.25.4...
4 hours ago

Patch Changes

  • #2263 d7fd741 - Generate the default formId with Solid's createUniqueId so it is SSR-safe. Previously, when no formId was configured, createForm did not provide a fallback, so FormApi generated a random UUID that differed between the server render and the client render. Binding that generated id (<form id={form.formId}>) produced a hydration mismatch under SolidStart. An explicitly provided formId was already forwarded and is unchanged. This mirrors the existing behaviour of the React, Preact, and Vue adapters.

  • Updated dependencies []:

    • @tanstack/form-core@1.33.4

Don't miss a new form release

NewReleases is sending notifications on new releases.