Right now my app routing history is A -> B -> C -> D -> E Now I am on page E, If I click back button then my router should be : A <- B <- C <- E
How to do that?
.
Router.go(-1) This is in the docs thought