'Failed to comple error : When I try to implement let from = location.state?.from?.pathname || "/";

const navigate = useNavigate(); const location = useLocation();

let from = location.state?.from?.pathname || "/";

location.state?.from?.pathname



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source