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
In a current project, I was required to go 100% client side routing and not isomorphic. Everything works find, notwithstanding the ugly hashtag, but now, if a user clicks on a link that is the current link, this warning shows up in console:
Warning: You cannot PUSH the same path using hash history
Again, as example, if on the page 'http://localhost:3200/#/About-Us' and the user clicks on the link to="/About-Us", the warning appears.
How to get around this while using 'history/lib/createHashHistory'?
Thanks
The text was updated successfully, but these errors were encountered:
In a current project, I was required to go 100% client side routing and not isomorphic. Everything works find, notwithstanding the ugly hashtag, but now, if a user clicks on a link that is the current link, this warning shows up in console:
Warning: You cannot PUSH the same path using hash history
Again, as example, if on the page 'http://localhost:3200/#/About-Us' and the user clicks on the link to="/About-Us", the warning appears.
How to get around this while using 'history/lib/createHashHistory'?
Thanks
The text was updated successfully, but these errors were encountered: