Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Handle skipped segments #663

Merged
merged 2 commits into from
May 5, 2019
Merged

Handle skipped segments #663

merged 2 commits into from
May 5, 2019

Conversation

Rich-Harris
Copy link
Member

Found this bug while updating https://hn.svelte.technology. If you have a component like routes/[list]/[page].svelte, with no routes/[list]/index.svelte, then navigating from /top/1 to /jobs/1 is a no-op because it doesn't recognise that the list param has changed. This PR fixes it

@Rich-Harris Rich-Harris merged commit 99a2530 into master May 5, 2019
@Rich-Harris Rich-Harris deleted the skipped-segments branch May 5, 2019 15:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant