SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.25.0
· 1y+
Added
- Added
applyAction: 'never'option, to prevent load function invalidation from overwriting the form state. - Added
invalidateAll: 'pessimistic'option as an alternative to the'force'option (recommended to use instead for clarity).