mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
Route adapted to the new ModalsContainerProvider api
This commit is contained in:
parent
d1ac99c3b6
commit
04a47d4e54
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const Route = ({ children }) => {
|
||||||
}, []);
|
}, []);
|
||||||
return (
|
return (
|
||||||
<div className={styles['route-container']}>
|
<div className={styles['route-container']}>
|
||||||
<ModalsContainerProvider modalsContainerClassName={styles['modals-container']}>
|
<ModalsContainerProvider containerClassName={styles['modals-container']}>
|
||||||
<FocusableProvider onModalsContainerDomTreeChange={onModalsContainerDomTreeChange}>
|
<FocusableProvider onModalsContainerDomTreeChange={onModalsContainerDomTreeChange}>
|
||||||
<div className={styles['route-content']}>
|
<div className={styles['route-content']}>
|
||||||
{children}
|
{children}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue