stream-chat-js icon indicating copy to clipboard operation
stream-chat-js copied to clipboard

TS2345: Argument of type 'unknown' is not assignable

Open rbutov opened this issue 3 years ago • 7 comments

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'. Screenshot 2022-10-27 at 8 40 50 PM

bug exist in migration from 6.7.3 to 6.8.0

"stream-chat": "6.8.0",
"stream-chat-react": "9.5.0",

rbutov avatar Oct 28 '22 03:10 rbutov