unexpected-ivoryU
Refine3y ago
11 replies
unexpected-ivory

Use Navigation now working properly

const { replace } = useNavigation();
const handleRedirectToRegister = () => {
replace("register");
}
when click returining this intead of redirecting to register
http://localhost:3000/login?to=%2Flogin%2Fregister
Was this page helpful?