Skip to content

Instantly share code, notes, and snippets.

View hellagutmann-soelen's full-sized avatar

hellagutmann-soelen

View GitHub Profile
@hellagutmann-soelen
hellagutmann-soelen / App.tsx
Created July 5, 2022 11:39
lagunovsky/redux-react-router with ProtectedRoute, not working example
// ...
<Route path="/settings" element={
<ProtectedNavigation
// onRedirect={ onRedirect }
// authentication={ authentication }
>
<Settings />
</ProtectedNavigation>}
/>
// ...