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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
[session.update] called
[page.subscribe] called
[page.subscribe] called
Expected behaviour
Console logs:
[session.update] called
[page.subscribe] called
Severity
This has caused unexpected behaviour for us, but via some local caching of state we can avoid having our page.subscribe() code from being unnecessarily be called. It's not super urgent, but I think it should be fixed as soon as convenient.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
A clear and concise description of what the bug is.
Logs
N/A
To Reproduce
https://github.com/AaronDDM/sapper-store-update-bug/blob/main/src/routes/index.svelte
Actual:
Console logs:
Expected behaviour
Console logs:
Severity
This has caused unexpected behaviour for us, but via some local caching of state we can avoid having our page.subscribe() code from being unnecessarily be called. It's not super urgent, but I think it should be fixed as soon as convenient.
The text was updated successfully, but these errors were encountered: