You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the new or updated feature that you are suggesting?
With v6, there is no way to get the history of HashRouter.
I am using HashRouter to handle routing for my electron application. I need access to the history to determine the state of my back/forward buttons (disable back if no history, disable forward if at top of stack).
Is there a way to do this?
Why should this feature be included?
This would be helpful for anyone trying to use react-router-dom v6 with Electron applications.
The text was updated successfully, but these errors were encountered:
What is the new or updated feature that you are suggesting?
With v6, there is no way to get the history of HashRouter.
I am using HashRouter to handle routing for my electron application. I need access to the history to determine the state of my back/forward buttons (disable back if no history, disable forward if at top of stack).
Is there a way to do this?
Why should this feature be included?
This would be helpful for anyone trying to use react-router-dom v6 with Electron applications.
The text was updated successfully, but these errors were encountered: