-
Notifications
You must be signed in to change notification settings - Fork 10
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
Navigation not working if using svelte beyond v3.6.4 #224
Comments
Can you show the code where you render the |
There error that you are referring to is this line, which makes me think that your router context isn't correct. I would recommend taking a look at some of the examples (the basic example is a good reference) to make sure that you have the router setup correctly. |
Yes, i have the same setup, it working on svelte v3.6.4, but not after, try to use svelte v3.6.5 in https://codesandbox.io/s/curi-examplebasic-svelte-mvql4, it will not working as expected |
Are you getting the same issues locally? I ran the basic example locally with Svelte |
I figure out there would be other component issue. Nevertheless, it reproduce another new error. I think it probably related to this issue. |
Are you implementing some sort of transition in your application? I don't think that that error is coming from |
The text was updated successfully, but these errors were encountered: