Skip to content

@tanstack/solid-form@1.33.4

Choose a tag to compare

@github-actions github-actions released this 08 Aug 22:30
Immutable release. Only release title and notes can be modified.
462926e

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