-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Accessing the history stack #1496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @jimmed So I created a navigation store that as a backHistory array where I push the history index when needed.
The lack I found if I am not missing something, is the ability to History.state and the ability to History.transitionGo(). |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Essentially, I have a 'settings' page, which is composed of a few tabs (
Link
s), a pane to display the active tab (theRouteHandler
), and a close button.When the close button is hit, the desired behavior is to go back to the route that was active before the settings page, but for each tab we click on this page, an additional route is added to the history stack.
Is there a way to access the history stack in its entirety, so that I can achieve the desired result?
The text was updated successfully, but these errors were encountered: