From 936d02150b82b999bc7142be46b6ca536cd18f3a Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Mon, 15 Aug 2022 18:34:00 +0200 Subject: [PATCH] Apply migrations for React Router 5.1 (#3112) --- src/App.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ad6419c6dd..0dc94196a7 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -99,11 +99,12 @@ export const App = ({ keycloak, adminClient }: AdminClientProps) => { {routes.map((route, i) => ( } - /> + exact={route.matchOptions?.exact ?? true} + > + + ))}