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
Hello, thank you for the great library!
We recently started logging an error on Android devices with the message TypeError undefined is not a function. The error has been logged hundreds of times in a few hours (we do not have very many users either). We are not experiencing this at all on iOS, it seems to be only affecting Android.
The top of the stack trace looks like this:
TypeError undefined is not a function node_modules/react-native-redux-connectivity/src/NetworkMonitor.js:50:12 value
The exception is being caught in our App.js inside componentWillUnmount(), which only has one function inside it: this.networkMonitor.stop()
I am having a very hard time troubleshooting this, or even finding any resources to go on. Here is some more info about our environment: react -> 16.9.0
react-native -> 0.61.1
react-native-redux-connectivity -> 0.2.1
@react-native-community/netinfo -> 5.7.1
Hopefully you can provide some more insight as to how I can solve this, let me know if you need more information. Thank you!!!
The text was updated successfully, but these errors were encountered:
Hello, thank you for the great library!
We recently started logging an error on Android devices with the message TypeError undefined is not a function. The error has been logged hundreds of times in a few hours (we do not have very many users either). We are not experiencing this at all on iOS, it seems to be only affecting Android.
The top of the stack trace looks like this:
TypeError undefined is not a function node_modules/react-native-redux-connectivity/src/NetworkMonitor.js:50:12 value
The exception is being caught in our App.js inside componentWillUnmount(), which only has one function inside it:
this.networkMonitor.stop()
Here is what the entire App.js looks like:
I am having a very hard time troubleshooting this, or even finding any resources to go on. Here is some more info about our environment:
react -> 16.9.0
react-native -> 0.61.1
react-native-redux-connectivity -> 0.2.1
@react-native-community/netinfo -> 5.7.1
Hopefully you can provide some more insight as to how I can solve this, let me know if you need more information. Thank you!!!
The text was updated successfully, but these errors were encountered: