Merge remote-tracking branch 'origin/main' into ui

This commit is contained in:
2025-03-28 19:37:02 +05:30
62 changed files with 3692 additions and 1839 deletions

View File

@@ -112,7 +112,7 @@ const CamModelsGroup = () => {
socket.off("userDisConnectRespones");
socket.off("cameraUpdateResponse");
};
}, [socket]);
}, [socket, activeUsers]);
useFrame(() => {
if (!groupRef.current) return;