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

Patch Changes

  • Fix props passed to withForm and withFieldGroup not being reactive. (#2058)

    Object spread ({ ...props, ...innerProps }) was eagerly evaluating SolidJS reactive getters, producing a static snapshot that broke signal tracking. Replaced with mergeProps() to preserve getter descriptors and createComponent() to maintain the correct reactive context.

  • Refactor internals for substancially faster performance (#2035)

  • Updated dependencies [f88faaf]:

    • @tanstack/form-core@1.28.4

Don't miss a new form release

NewReleases is sending notifications on new releases.