You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible Unhandled Promise Rejection (id: 3):
TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[10], "pusher-js").Pusher')
I am using
"pusher-js": "^7.4.1"
"react-native": "^0.64.2"
OS: Windows-10
Platform: Android
My pusher code worked well but recently after the build pusher is not working. Can you please check and help me please?
The text was updated successfully, but these errors were encountered:
If you're using pusher-js with react-native, and not our react native library, then you will need to lock the version to 7.4.0 (not 7.4.1). Development focus will be on our RN library moving forward, and we're currently we're unlikely fix this specific pusher-js issue.
Possible Unhandled Promise Rejection (id: 3):
TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[10], "pusher-js").Pusher')
I am using
"pusher-js": "^7.4.1"
"react-native": "^0.64.2"
OS: Windows-10
Platform: Android
My pusher code worked well but recently after the build pusher is not working. Can you please check and help me please?
The text was updated successfully, but these errors were encountered: