chore:(react-router-v6): Moving more logic across to react-router-v6

This commit is contained in:
blam
2020-06-09 11:57:48 +02:00
parent e18a60cffa
commit cf204edeb2
5 changed files with 13 additions and 20 deletions
@@ -80,7 +80,7 @@ export function wrapInTestApp(
return (
<AppProvider>
<MemoryRouter initialEntries={routeEntries}>
<Route component={Wrapper} />
<Route element={<Wrapper />} />
</MemoryRouter>
</AppProvider>
);