Skip to content

Conversation

TrySound
Copy link
Member

@TrySound TrySound commented Jul 1, 2025

Ref #5223

Navigating within preview didn't work well because we relied on order of creation and more inclusive routes like /* could match before /my-page.

Here fixed it with routes sorting. The algorithm is very simplified but covers our usecases within builder.

Ref #5223

Navigating within preview didn't work well because we relied on order of
creation and more inclusive routes like `/*` could match before `/my-page`.

Here fixed it with routes sorting. The algorithm is very simplified
but covers our usecases within builder.
@TrySound TrySound requested a review from kof July 1, 2025 15:09
@TrySound TrySound merged commit 19a98fa into main Jul 1, 2025
17 checks passed
@TrySound TrySound deleted the routing branch July 1, 2025 15:45
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.

2 participants