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.
2 parents 4203971 + 757803d commit c3d60e2Copy full SHA for c3d60e2
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