-
Notifications
You must be signed in to change notification settings - Fork 960
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
Expose history.entries on memory history #828
Comments
Is this feature dead in |
It seems like it would be trivial to expose. Is there some rationale for no longer exposing I'm guessing/hoping it's just to standardize the API across router types? It's really limiting for us though and I'm not seeing any alternative to access the history's entries. |
Also wondering why entries are not exposed on MemoryRouter. |
In case it helps with the decision, we currently use |
We're totally dependent on it. We had no idea that we were looking at an impossible upgrade path by using properties which were exposed without any warning that they'd disappear in the future. |
Any news about this, please? |
Bump. |
Bump |
While
history.entries
is not possible on browser or hash history It would be still very useful to expose it on memory history especially for mobile applications where stacks render not only the current route but all the previous one.The text was updated successfully, but these errors were encountered: