@tanstack/solid-form@1.33.4
Immutable
release. Only release title and notes can be modified.
Patch Changes
-
#2263
d7fd741- Generate the defaultformIdwith Solid'screateUniqueIdso it is SSR-safe. Previously, when noformIdwas configured,createFormdid not provide a fallback, soFormApigenerated 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 providedformIdwas 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