Patch Changes
-
Fix props passed to
withFormandwithFieldGroupnot being reactive. (#2058)Object spread (
{ ...props, ...innerProps }) was eagerly evaluating SolidJS reactive getters, producing a static snapshot that broke signal tracking. Replaced withmergeProps()to preserve getter descriptors andcreateComponent()to maintain the correct reactive context. -
Refactor internals for substancially faster performance (#2035)
-
Updated dependencies [
f88faaf]:- @tanstack/form-core@1.28.4