Closed
Description
Version
3.0.2
Reproduction link
https://jsfiddle.net/Rocka/bhu5vkn8/3/
Steps to reproduce
- Click
10. artist
- Hit button
togglePlayer
- Click
10. artist
- Hit button
back
2 times
What is expected?
route back to /search
What is actually happening?
nothing happend, route and route-view do not change
'cause I didn't figure out how to determine wether the route is going forward or backword, I decided to use abstract
mode and traverse the router stack to find out which direction the route is going, then hit into this bug. The demo works fine if change router's mode to hash
or history
.