Fix lint errors
Various hooks either missing dependencies or with extra ones. Two remaining errors are from the recapcta code where I can't work out if the extra dependency is intentional or not.
This commit is contained in:
parent
dbef06269b
commit
bf8f164f55
7 changed files with 52 additions and 42 deletions
|
|
@ -81,7 +81,7 @@ export function useGroupCallRooms(client) {
|
|||
client.removeListener("GroupCall.incoming", updateRooms);
|
||||
client.removeListener("GroupCall.participants", updateRooms);
|
||||
};
|
||||
}, []);
|
||||
}, [client]);
|
||||
|
||||
return rooms;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue