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've upgraded my Svelte version to the, as of current, latest 5.14.3. Hooks have completely stopped working for me. I can't even write a string to the console. My src/hooks.ts is essentially being ignored.
Reproduction
Install new a new project with the latest version of SvelteKit
It may be less confusing to type it as never, along with a note that it is only available in server-side hooks.
EDIT: Also ideally a warning is given when trying to import server hook types such as Handle into non-server hooks. Personally I'm not sure how easy it is to implement such a warning or error.
Describe the bug
After following these two issues:
I've upgraded my Svelte version to the, as of current, latest 5.14.3. Hooks have completely stopped working for me. I can't even write a string to the console. My src/hooks.ts is essentially being ignored.
Reproduction
Logs
No response
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: