Trying to use history.push() in React Router v6 (it’s now useNavigate())
In React Router v6, the way navigation is handled has changed significantly compared to previous versions. The most notable change is the removal of history.push() in favor of the useNavigate()….