Open brandonroberts opened 2 years ago
Currrently you define routes by using
<router> <route></route> </router>
This proposal changes the component to routes
routes
<routes> <route></route> </routes>
This aligns with react-router v6+ syntax for declaring groups of routes
react-router
Currrently you define routes by using
This proposal changes the component to
routes
This aligns with
react-router
v6+ syntax for declaring groups of routes