Relative Content

Tag Archive for reactjsreact-hooksreact-routerreact-router-domreact-18

Redirecting is not working after i updated react to v18 from 17

`I’ve been working on a React application using React 17 and React Router v6.
I now updated react to v18
I’m facing an issue where clicking on a or useNavigate updates the URL in the address bar, but the page does not navigate or re-render the intended component and becomes unresponsive.