Getting this error trying to compile:
ERROR in /home/runner/work/dash/dash/node_modules/stream-chat-react/types/index.d.ts
ERROR in /home/runner/work/dash/dash/node_modules/stream-chat-react/types/index.d.ts(692,12):
TS2314: Generic type 'Array<T>' requires 1 type argument(s).
and indeed on that line: images?: Array; is not a valid type. Noticed this on stream-chat-react v2.4.1 and it still exists in v2.5.0
gz#6237