mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-31 07:38:39 +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 (
|
||||
<div className={styles['route-container']}>
|
||||
<ModalsContainerProvider modalsContainerClassName={styles['modals-container']}>
|
||||
<ModalsContainerProvider containerClassName={styles['modals-container']}>
|
||||
<FocusableProvider onModalsContainerDomTreeChange={onModalsContainerDomTreeChange}>
|
||||
<div className={styles['route-content']}>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Reference in a new issue