diff --git a/examples/breakout-rooms/src/components/Avatar/Avatar.tsx b/examples/breakout-rooms/src/components/Avatar/Avatar.tsx index 2afc77ef5..c1b027da1 100644 --- a/examples/breakout-rooms/src/components/Avatar/Avatar.tsx +++ b/examples/breakout-rooms/src/components/Avatar/Avatar.tsx @@ -30,7 +30,6 @@ const getNextColor = colorGenerator(colors); const userColors = new Map(); const getUserColor = (user: OnlineUserInfo): string => { let color = userColors.get(user.id); - console.log({ userColors, user, color }); if (!color) { color = getNextColor.next().value ?? colors[0]; userColors.set(user.id, color); diff --git a/examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx b/examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx index 4507b47ae..97969e10b 100644 --- a/examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx +++ b/examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx @@ -295,7 +295,7 @@ export const BreakoutManager: React.FC = () => { diff --git a/yarn.lock b/yarn.lock index d40d913e9..afe3b857e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1054,6 +1054,13 @@ node-fetch "^2.6.9" typedoc "0.23.24" +"@mirohq/websdk-types@2.9.10": + version "2.9.10" + resolved "https://registry.yarnpkg.com/@mirohq/websdk-types/-/websdk-types-2.9.10.tgz#b85c8097b27aa6885642bb957a2c14faf133690c" + integrity sha512-1uLw/SykIoTZf7Pl9eSgzE13puaMtNlVKuB/wRBUEAWAAUkcT3ppSoCHod7EemntDDJhcKEscwRigEmTCJftsw== + dependencies: + typescript ">=4.6.3 || ~5" + "@mirohq/websdk-types@^2.0.0": version "2.3.0" resolved "https://registry.npmjs.org/@mirohq/websdk-types/-/websdk-types-2.3.0.tgz"