Active route after `transition.retry()`
Open
bug
Has Reproduction
Routing
- Dominant language
- TypeScript
- Stars
- 22.6k
- Forks
- 4.2k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 15
Description
I'm storing a `Transition` in order to return to that route at a later point.
### Expected
`transition.retry()` should returns me to this route and set correct state.
### Current observed behavior
After calling `transition.retry()` from an `action` on another route I am returned to the route, the URL changes however the wrong links have the `active` class
### Example
https://ember-twiddle.com/50588f2e4afc9cb99a74bc3eada38a81
### Version
Ember 1.12+ ... alpha
Contributor guide
Assessment
This issue has not been assessed yet.