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
I noticed that the router (goto, invalidate etc.) doesn't seems to me work, upon reaching a reasonable size.
The singletons module gets bundled inside vendor.js and so the router is set to undefined before the init function is invoked.
vendor-c70aba79.js:1117 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'goto') at goto_ (vendor-c70aba79.js:1117) at HTMLButtonElement.click_handler (index.svelte-8e9d7a38.js:401)
Describe the bug
I noticed that the router (goto, invalidate etc.) doesn't seems to me work, upon reaching a reasonable size.
The singletons module gets bundled inside vendor.js and so the router is set to undefined before the init function is invoked.
vendor-c70aba79.js:1117 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'goto') at goto_ (vendor-c70aba79.js:1117) at HTMLButtonElement.click_handler (index.svelte-8e9d7a38.js:401)
Reproduction
https://github.com/pixelmund/kit-router-not-working
Steps to reproduce:
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: