We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the @farfetched/atomic-router chain integration, the chained route can be opened after the parent route has been closed.
@farfetched/atomic-router
Codesandbox
[Analytics] — Third is opened is logged after the Third->Second transition, but not after the subsequent Second->Third transition.
[Analytics] — Third is opened
Third->Second
Second->Third
[Analytics] — Third is opened is not logged after the Third->Second transition but is logged after the Second->Third transition.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 theThird->Second
transition, but not after the subsequentSecond->Third
transition.Expected result:
[Analytics] — Third is opened
is not logged after theThird->Second
transition but is logged after theSecond->Third
transition.The text was updated successfully, but these errors were encountered: