You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Fixes bad inference from decode-formdata's weird typing of the decode function, including handling how it incorrectly doesn't handle undefined values for the form info object. (#2052)
Fixes bad inference from decode-formdata's weird typing of the decode function, including handling how it incorrectly doesn't handle undefined values for the form info object. (#2052)
Fixes bad inference from decode-formdata's weird typing of the decode function, including handling how it incorrectly doesn't handle undefined values for the form info object. (#2052)