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
How i can get know if there is any page, i can go forward ?? I want just disable/allow forward button. I am using this commands to go back/forward - browserHistory.goForward()and browserHistory.goBack()
The text was updated successfully, but these errors were encountered:
You would need to store some extra information in location.state to track position within the stack. AFAIK, window.history doesn't have a "current stack location" kind of API.
How i can get know if there is any page, i can go forward ?? I want just disable/allow forward button. I am using this commands to go back/forward -
browserHistory.goForward()
andbrowserHistory.goBack()
The text was updated successfully, but these errors were encountered: