Closed
Description
Description:
We're seeing some crashes in our Crashlytics dashboard with the following error:
Fatal Exception: NSInvalidArgumentException
*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
coming from
RCTWebSocketModule.m
-[RCTWebSocketModule webSocket:didFailWithError:]
React Native version: 0.61.5
Steps To Reproduce
Unknown, although having a WebSocket would be a good start to reproduce.
Expected Results
The app should not crash.