Merge remote-tracking branch 'upstream/livekit' into SimonBrandner/feat/hash

This commit is contained in:
Šimon Brandner
2023-08-10 09:43:05 +02:00
6 changed files with 11 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ export function useSubmitRageshake(): {
// The value of the context is the whole tuple returned from setState,
// so we just want the current state.
const [inspectorState] = useContext(InspectorContext);
const [inspectorState] = useContext(InspectorContext) ?? [];
const [{ sending, sent, error }, setState] = useState<{
sending: boolean;