Warning: Hash history cannot PUSH the same path; a new entry will not be added to the history stack
import createBrowserHistory from "history/createBrowserHistory"; const customHistory = createBrowserHistory(); <Router history = {customHistory} />