Thanks! Used your implementation. For me i had to tweak it because i have a public design landing page and logged in admin dashboard.
Had to remove exact from Public route - so it would reDirect into the Home.
And within my Home - had to implement Switch for routes public routes
Routes.map... if (prop.layout === PUBLIC_ROUTE) { // Exact in here!
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Where hackers, sticks, weekend warriors, pros, architects and wannabes come together
Thanks! Used your implementation. For me i had to tweak it because i have a public design landing page and logged in admin dashboard.
Had to remove exact from Public route - so it would reDirect into the Home.
And within my Home - had to implement Switch for routes public routes
Routes.map...
if (prop.layout === PUBLIC_ROUTE) {
// Exact in here!