Reactjs – React useNavigate does not take to the desired page
I am creating basic react application and I have a problem with setting up the navigation. The below is a code for a Navbar component which once the user clicks logout button should clear the authentication context and take the…