/Restricted-path-react

In "react-router-dom" v6, there are a lot of changes. <Redirect> replace to <Navigation> Here is the updated code 'Restricted path' for 'react-dom'....(v6). Also solve [PrivateRoute] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>

Primary LanguageJavaScript

Watchers