<Route path="/" element={<Home />} />
This change is necessary because react-router 6 reserves the child prop of <Route>
for nesting routes.
Migrating to v6
<Route path="/" element={<Home />} />
This change is necessary because react-router 6 reserves the child prop of <Route>
for nesting routes.
Migrating to v6