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
Describe the bug
While debugging memory leak issue in my playing around svelte-kit repo, I ran into this issue (not related to svelte-kit), the store still log current time after prerender request done.
To Reproduce Repl
Open that link and switch to Js Output tab and choose generate: ssr:
Describe the bug
While debugging memory leak issue in my playing around svelte-kit repo, I ran into this issue (not related to svelte-kit), the store still log current time after prerender request done.
To Reproduce
Repl
Open that link and switch to Js Output tab and choose
generate
:ssr
:Store declare inside component look good:
But store get from import statement, subscribed 2 times before unsubscribe
The text was updated successfully, but these errors were encountered: