-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Describe the bug
When I use createUseQueryParams
I cannot update the params on the mobile safari browser. Instead, I get an error in the console
Avoid using `history.pushState(...)` and `history.replaceState(...)` as these will conflict with SvelteKit’s router. Use the `pushState` and `replaceState` imports from `$app/navigation` instead.
Reproduction
Import createUseQueryParams
and create parameters, then bind the selected parameter with the button. when clicked, no action will be triggered
System Info
iOS Safari 16.7.8
svelte 5.19.0
svelte-query-params: ^0.2.5
Used Package Manager
npm
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
No labels