pusher / pusher-websocket-react-native

React Native official Pusher SDK
MIT License
62 stars 55 forks source link

fix: fixed crashing for onEvent undefined #86

Closed 2ez4salt closed 1 year ago

2ez4salt commented 1 year ago

Description

Randomly onEvent of undefined problem fix. That issue cracking the app. In our code we didn't do anything wrong.

Simulator Screenshot - iPhone 14 Pro Max - 2023-04-11 at 16 24 09

CHANGELOG

Handled null check onEvent

umuteroll commented 1 year ago

Yep definitely need that. ty

fbenevides commented 1 year ago

Could you guys please check if it's solved on the latest version? @umuteroll @2ez4salt

fbenevides commented 1 year ago

Already fixed on the latest version.