Answer the question
In order to leave comments, you need to log in
How to disable navigation to previous pages in React?
Hello. There is a router in which a person fills out his profile.
Looks like this:
/
/main-info
/job-info
/personal-info
/contact-info
Answer the question
In order to leave comments, you need to log in
if (storagePath && location.pathname !== storagePath) {
return <Redirect to={storagePath} />;
}
return (
<Switch>
// routes
</Switch>
);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question