mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-07 06:19:30 +00:00
drop core from deps
This commit is contained in:
parent
591488308d
commit
b9a081f3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ const useUser = () => {
|
|||
return () => {
|
||||
core.off('NewModel', onNewModel);
|
||||
};
|
||||
}, [core]);
|
||||
}, []);
|
||||
return user;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue