Open evist0 opened 4 months ago
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.
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.