We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d0e3d commit e8c3a2aCopy full SHA for e8c3a2a
code/components/room/room.tsx
@@ -83,7 +83,7 @@ export const Room = () => {
83
}
84
85
return "";
86
- }, [loadedParams, loadingFetchConnectionUrl, status, roomLoaded]);
+ }, [loadedParams, loadingFetchConnectionUrl, status]);
87
88
const storeProvider = useGetAzureWebPubSubProvider({
89
loadedParams,
0 commit comments