effector / effector/farfetched
Chained route can be opened after the parent route has been closed
Open
scope:atomic-router
- Dominant language
- TypeScript
- Stars
- 221
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
### Description
When using the `@farfetched/atomic-router` chain integration, the chained route can be opened after the parent route has been closed.
### Reproduce
[Codesandbox](https://codesandbox.io/p/devbox/atomic-ff-chain-repro-p2txqn)
#### 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.
Contributor guide
Assessment
This issue has not been assessed yet.