-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sveltekit Error : Property 'HSStaticMethods' does not exist on type 'Window & typeof globalThis' #401
Comments
Hi,
|
You comment is timely as I also had a similar issue. Thank you. However, on implemantation, I did not know where to declare it (just getting started with Sveltekit). So, I gathered that this should be done in a global.d.ts or index.d.ts file (I prefered setting it up within the src folder). I found further reading on it here, check it out in case you need more infor on it: https://robkendal.co.uk/blog/how-to-fix-property-does-not-exist-on-window-type-in-typescript/. |
Hey @P00HB33R - please check out the latest version, the issue has been fixed. Thanks! |
Thank you.
Barry Sande.
…On Tue, Sep 24, 2024, 00:21 Jaha Ganiev ***@***.***> wrote:
Hey @P00HB33R <https://github.com/P00HB33R> - please check out the latest
version, the issue has been fixed. Thanks!
—
Reply to this email directly, view it on GitHub
<#401 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDC7UR6ND57NWIWHOX6SPG3ZYCA5DAVCNFSM6AAAAABKE6V6ZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRZGQYTKNRWG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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
Demo Link
Expected Behavior
There should be no error
Actual Behavior
Property 'HSStaticMethods' does not exist on type 'Window & typeof globalThis'
Screenshots
No response
The text was updated successfully, but these errors were encountered: