Skip to content
Discussion options

You must be logged in to vote

but am I correct in my understanding that any <a href=... > tag with an on:click handler will cause Sveltekit to ignore client side navigation altogether?

That is not the case, but if you add stopPropagation that will of course mess with any mechanism that relies on the event bubbling up the tree. Client-side navigation appears to be one such mechanism.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@EmilienKopp
Comment options

Answer selected by EmilienKopp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants