Skip to content
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

Leptos route switch bug #19

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Leptos route switch bug #19

wants to merge 1 commit into from

Conversation

srid
Copy link
Owner

@srid srid commented Aug 22, 2023

How to reproduce

  1. Clone this PR
  2. Run cargo leptos watch
  3. Open http://localhost:3000/things in browser (/things is important)
  4. You'll see a list of 4 "things". Clicking on any of them should switch to the sub route, but ... nothing happens.

This problem does not exist on the master branch.

Screenshots

What you'll continue to see upon clicking any of those 4 links when the bug is active:

image

What you should see when clicking on, say, "Thing 2", when the bug is not active (as when using the master branch):

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant