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
After a dependency has been marked invalid, further invalidations of any resource will rerun a load function if it is dependent on the first resource, even after load has run following the first invalidation. Invalidated resources remain invalid until the next navigation.
If invalidateAll has marked all dependencies invalid, further invalidations of any resource will rerun any load function. This condition remains until the next navigation.
Describe the bug
After a dependency has been marked invalid, further invalidations of any resource will rerun a
load
function if it is dependent on the first resource, even afterload
has run following the first invalidation. Invalidated resources remain invalid until the next navigation.If
invalidateAll
has marked all dependencies invalid, further invalidations of any resource will rerun anyload
function. This condition remains until the next navigation.Reproduction
A demonstration application is at https://github.com/davideaster/sveltekit-invalidations . Reproduction details are in the README.
Logs
No response
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: