effector / effector/farfetched

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

Open
#487 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.