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

Chained route can be opened after the parent route has been closed #487

Open
evist0 opened this issue Jun 14, 2024 · 0 comments
Open

Chained route can be opened after the parent route has been closed #487

evist0 opened this issue Jun 14, 2024 · 0 comments
Labels
scope:atomic-router type:bug Something isn't working

Comments

@evist0
Copy link

evist0 commented Jun 14, 2024

Description

When using the @farfetched/atomic-router chain integration, the chained route can be opened after the parent route has been closed.

Reproduce

Codesandbox

Actual result:

[Analytics] — Third is opened is logged after the Third->Second transition, but not after the subsequent Second->Third transition.

Expected result:

[Analytics] — Third is opened is not logged after the Third->Second transition but is logged after the Second->Third transition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:atomic-router type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants