mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4134 from thornbill/fix-react-router-dialogs
This commit is contained in:
commit
2fed90bc2b
1 changed files with 3 additions and 2 deletions
|
@ -70,8 +70,9 @@ const ViewManagerPage: FunctionComponent<ViewManagerPageProps> = ({
|
||||||
isThemeMediaSupported,
|
isThemeMediaSupported,
|
||||||
transition,
|
transition,
|
||||||
location.pathname,
|
location.pathname,
|
||||||
location.search,
|
location.search
|
||||||
location.state
|
// location.state is NOT included as a dependency here since dialogs will update state while the current view
|
||||||
|
// stays the same
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return <></>;
|
return <></>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue