This commit is contained in:
bracesproul
2025-03-04 14:25:32 -08:00
parent 3f9c85b106
commit b4b2efce12

View File

@@ -50,12 +50,6 @@ const StreamSession = ({
onThreadId: setThreadId,
});
if (streamValue.error) {
if (typeof streamValue.error === "object") {
console.log((streamValue.error as any)?.["message"]);
}
}
return (
<StreamContext.Provider value={streamValue}>
{children}