briancodex / react-sidebar-v1

184 stars 258 forks source link

React router changes url but not view #5

Open Farbod29 opened 2 years ago

Farbod29 commented 2 years ago

doesn't work

mehulminat commented 2 years ago

Actually switch is not used now , change the switch to routes and component to elemtn like <Route path='/' exact element={<Home/>} />