We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58ab13 commit 757803dCopy full SHA for 757803d
src-ts/lib/route-provider/route.provider.tsx
@@ -160,6 +160,7 @@ export const RouteProvider: FC<RouteProviderProps> = (props: RouteProviderProps)
160
// eslint-disable-next-line react-hooks/exhaustive-deps
161
}, [
162
initialized,
163
+ location,
164
profile,
165
props.toolsRoutes,
166
props.utilsRoutes,
0 commit comments