[web][cast] Disable cast stop (#1529)

## Description

## Tests
This commit is contained in:
Neeraj Gupta 2024-04-24 15:46:19 +05:30 committed by GitHub
commit a935f2e2cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,7 @@ export default function PairingMode() {
return () => {
console.log("stopping cast context");
context.stop();
// context.stop();
};
}, [cast]);