Closed
Description
Summary
Getting the error "Property 'HSStaticMethods' does not exist on type 'Window & typeof globalThis'" when adding the afterNavigate function as per documentation for sveltekit
Steps to Reproduce
- Create new sveltekit project as per docs.
- Add afterNavigate function HSStatic
Demo Link
Expected Behavior
There should be no error
Actual Behavior
Property 'HSStaticMethods' does not exist on type 'Window & typeof globalThis'
Screenshots
No response