-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Updating to SvelteKit 2 leads to warning #66
Comments
Which version of this library you are using? |
using |
If you try to search the codebase there's no instance of replaceState except for the option that i pass to Maybe i should use |
I didn't look too much into it. Would be great if sveltekit warning tells us from where it is 😁 |
I just tryed to use replaceState if available...unfortunately it doesn't work because it doesn't propagate changes to the |
Thx for the test. |
Actually I didn't saw a warn in the console...but regardless there's nothing that I can do (except fixing upstream) on my side. :( |
Last kit version release note:
I'll check that and let you know 👍 EDIT: it didn't change anything. |
Describe the bug
We just updated from
"@sveltejs/kit": "^1.24.1"
to"@sveltejs/kit": "^2.5.0"
and started getting the warning:Reproduction
This just happens every time we write to the query-params.
Logs
No response
The text was updated successfully, but these errors were encountered: