stream-chat-js
stream-chat-js copied to clipboard
TS2345: Argument of type 'unknown' is not assignable
I have build error while using tsc:
Error:
node_modules/stream-chat/src/client.ts:1339:56 - error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'APIError'.

bug exist in migration from 6.7.3 to 6.8.0
"stream-chat": "6.8.0",
"stream-chat-react": "9.5.0",