fix
This commit is contained in:
@@ -50,12 +50,6 @@ const StreamSession = ({
|
|||||||
onThreadId: setThreadId,
|
onThreadId: setThreadId,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (streamValue.error) {
|
|
||||||
if (typeof streamValue.error === "object") {
|
|
||||||
console.log((streamValue.error as any)?.["message"]);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<StreamContext.Provider value={streamValue}>
|
<StreamContext.Provider value={streamValue}>
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user