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
This error happens rarely and in most cases when some amount of traffic is sent through the bridge from the react-native-firebase library.
The code of the application
Crash Error
Fatal Exception: com.facebook.react.common.JavascriptException TypeError: undefined is not an object (evaluating 't.validAttributes'), stack:
at validAttributes (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:1648:22)
at instance (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:5516:12)
at nextEffect (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:5725:19)
at commitAllHostEffects (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:5956:6)
at root (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:6942:17)
at b (./s/scheduler/cjs/scheduler.production.min.js:18:162)
at scheduler (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:6940:4)
at root (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:6918:25)
at nextFlushedRoot (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:6855:24)
at ./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:7082:18
at fn (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:1025:31)
at ./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:1045:17
at rootNodeID (./s/react-native/Libraries/Renderer/oss/ReactNativeRenderer-prod.js:1079:28)
at moduleMethods (./s/react-native/Libraries/BatchedBridge/MessageQueue.js:366:47)
at module (./s/react-native/Libraries/BatchedBridge/MessageQueue.js:106:26)
at fn (./s/react-native/Libraries/BatchedBridge/MessageQueue.js:314:8)
at ./s/react-native/Libraries/BatchedBridge/MessageQueue.js:105:17
The text was updated successfully, but these errors were encountered:
mgenov
changed the title
react-native/android: getting undefined is not an object (evaluating 't.validAttributes')
react-native/android: ReactNativeRenderer-prod: getting undefined is not an object (evaluating 't.validAttributes')
May 10, 2019
Hello there 👋 this issue doesn't have a repro (which means, a react-native init-ed project with the minimal changes that leads to creating the same issue you are reporting). Unfortunately, I have no way of helping you in a meaningful way – there is no easy way for me to recreate the situation and check that the issue reported is still there when changing the code.
Because of this, we are going to close this issue - but if a repro is shared, we are happy to reopen it 🤗
React Native version:
Steps To Reproduce
This error happens rarely and in most cases when some amount of traffic is sent through the bridge from the react-native-firebase library.
The code of the application
Crash Error
The text was updated successfully, but these errors were encountered: