Skip to content
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

[Feature]: Access History for Electron App #8451

Closed
christianblandford opened this issue Dec 7, 2021 · 3 comments
Closed

[Feature]: Access History for Electron App #8451

christianblandford opened this issue Dec 7, 2021 · 3 comments
Labels

Comments

@christianblandford
Copy link

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.

@timdorr
Copy link
Member

timdorr commented Dec 7, 2021

Duplicate of #8264

@timdorr timdorr marked this as a duplicate of #8264 Dec 7, 2021
@timdorr timdorr closed this as completed Dec 7, 2021
@timdorr
Copy link
Member

timdorr commented Dec 7, 2021

Note: I know you're asking about a slightly different thing here, but resolving #8264 would also resolve this issue.

@christianblandford
Copy link
Author

Thanks @timdorr This would definitely help me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants