diff --git a/src/components/viewManager/ViewManagerPage.tsx b/src/components/viewManager/ViewManagerPage.tsx index aba382dacc..cf4f4cdd48 100644 --- a/src/components/viewManager/ViewManagerPage.tsx +++ b/src/components/viewManager/ViewManagerPage.tsx @@ -70,8 +70,9 @@ const ViewManagerPage: FunctionComponent = ({ isThemeMediaSupported, transition, location.pathname, - location.search, - location.state + location.search + // location.state is NOT included as a dependency here since dialogs will update state while the current view + // stays the same ]); return <>;