Trying it for the first time with Svelte 5 #83
Unanswered
frederikhors
asked this question in
Q&A
Replies: 1 comment
-
Hi I'll take a look as soon as possible 🤟🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @paoloricciuti,
this is just a quick example of my issue with your amazing package.
I'm creating a more complete example.
If you open this reproduction page you can see in the page that the URL is:
instead of what I expect:
and I'm also using
{ showDefaults: false }
.Can I ask you why?
This is a problem because it's like you navigate to new pages many times. (On stackblitz it's difficult to make it work since if I open the project in a new page it doesn't work, but if you download and try offline you'll see that it takes more clicks to go back instead of one.)
And I would like 0 click since there are default values at the beginning.
Another question is how to synchronize the forward and backward of the browser with
condition
andpagination
which is not working now.If I understand how to do it I can create a PR for docs with Svelte 5.
Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions