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
form isn't supposed to be reset when calling invalidateAll. the form you get as a prop isn't reset, and the code explicitly says Reset form on navigation, but not invalidation. and yet, the form from $app/state's page is.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
form
isn't supposed to be reset when callinginvalidateAll
. theform
you get as a prop isn't reset, and the code explicitly says Resetform
on navigation, but not invalidation. and yet, theform
from$app/state
'spage
is.Reproduction
https://github.com/KTibow/sveltekit-invalidateall-issue
click add, then click remove, and note that the
page.form
ones were incorrectly turned into nullLogs
System Info
Severity
serious, but I can work around it
Additional Information
claude thinks this change to
get_navigation_result_from_branch
would fix it (seems to fix my specific repro)The text was updated successfully, but these errors were encountered: