GetStream / stream-chat-swift

💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API
https://getstream.io/chat/sdk/ios/
Other
861 stars 211 forks source link

Index out of range #3498

Closed TMABC closed 3 days ago

TMABC commented 3 days ago

What did you do?

On updating to 4.66.0 I get a crash (fatal error: Index out of range) in LazyCachedMapCollection with 'subscript(position: Index) -> Element'. Occurs when I Thread Reply to a message

What did you expect to happen?

Checks whether the array is empty

GetStream Environment

GetStream Chat version:4.66.0 GetStream Chat frameworks: StreamChat, StreamChatSwiftUI iOS version: Swift version:swift 5.9 Xcode version:15.2 Device:mac catalyst

Additional context

image

TMABC commented 3 days ago

Mention Stream-chat-swiftui