Why do I have to click back button twice to go back when using custom navigation in ReactJS?
I am trying to build a global navigation system for my react app where I store the states in local storage and url. now when I need to go back, the first time when I click back it works. I…