socket added for 3d widgets edit option

This commit is contained in:
2025-04-05 17:55:14 +05:30
parent 42f0ae5317
commit 8f0121aacf
4 changed files with 83 additions and 37 deletions

View File

@@ -46,7 +46,7 @@ const StateWorking: React.FC<StateWorkingProps> = ({ id, type, position, rotatio
socket.on("connect", startStream);
socket.on("lastOutput", (response) => {
const responseData = response;
console.log("responceeeeeeeeeee", response);
setDatas(responseData);
});
@@ -76,7 +76,7 @@ const StateWorking: React.FC<StateWorkingProps> = ({ id, type, position, rotatio
}
}
console.log("dataaaaa", datas);
useEffect(() => {