Javascript – useNavigate error : useNavigate() may be used only in the context of a <Router> component
i am using the useNavigate in my middleWare.js to redirect the user to '/' but i am gettin this error saying "useNavigate() may be used only in the context of a component" i also tried using window.location.href instead of navigate…