Skip to content

Commit c3d60e2

Browse files
Merge branch 'PROD-3115_handle-navigation' into PROD-3245_work
2 parents 4203971 + 757803d commit c3d60e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-ts/lib/route-provider/route.provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export const RouteProvider: FC<RouteProviderProps> = (props: RouteProviderProps)
160160
// eslint-disable-next-line react-hooks/exhaustive-deps
161161
}, [
162162
initialized,
163+
location,
163164
profile,
164165
props.toolsRoutes,
165166
props.utilsRoutes,

0 commit comments

Comments
 (0)