mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
ctx added to discover deps
This commit is contained in:
parent
3a179931c2
commit
864b52c60e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const useDiscover = (urlParams, queryParams) => {
|
|||
action: 'Unload'
|
||||
};
|
||||
}, [urlParams, queryParams]);
|
||||
const discover = useModelState({ model: 'discover', action, map });
|
||||
const discover = useModelState({ model: 'discover', action, map, deps: ['ctx'] });
|
||||
return [discover, loadNextPage];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue