Closed zywind closed 9 years ago
Alright, I found a solution. I should use flatMapLatest rather than flatMap.
Glad you were able to solve your problem! It always feels nicer when you do. Is there anything else I can help you with?
Yeah, I feel like I'm finally getting the hang of Rx. I can close the issue now.
I have routes defined like the following. The foo page updates every second.
I use cycle-starter's code to handle the view switch:
The problem is that once I switch into the foo page, I can't navigate away. I can temporarily navigate to another page, and the location bar updates too, but the foo page always comes back.