Ruslan Butov

Results 2 issues of Ruslan Butov

How to implement populate without HOC? I'm trying to do something like that: const [profile, setProfile] = useState(null); useFirestoreConnect(() => [ { collection, storeAs: profileStorageName, populates, where: ['name', '==', params.id],...

bug

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...

good first issue