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
borderBottomColor set to null causes a crash. Here is the stack trace
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: com.facebook.react.bridge.NoSuchKeyException: borderBottomColor
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.bridge.ReadableNativeMap.getValue(ReadableNativeMap.java:122)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.bridge.ReadableNativeMap.getValue(ReadableNativeMap.java:126)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.bridge.ReadableNativeMap.getInt(ReadableNativeMap.java:180)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.uimanager.ViewProps.isLayoutOnly(ViewProps.java:245)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.uimanager.NativeViewHierarchyOptimizer.isLayoutOnlyAndCollapsable(NativeViewHierarchyOptimizer.java:445)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.uimanager.NativeViewHierarchyOptimizer.handleCreateView(NativeViewHierarchyOptimizer.java:92)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.uimanager.UIImplementation.handleCreateView(UIImplementation.java:306)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.uimanager.UIImplementation.createView(UIImplementation.java:298)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.uimanager.UIManagerModule.createView(UIManagerModule.java:408)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at java.lang.reflect.Method.invoke(Native Method)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:160)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at android.os.Handler.handleCallback(Handler.java:790)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at android.os.Handler.dispatchMessage(Handler.java:99)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:29)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at android.os.Looper.loop(Looper.java:164)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:192)
12-19 19:59:21.365 17350 20247 E unknown:ReactNative: at java.lang.Thread.run(Thread.java:764)
This is also happening to me since I updated to 0.58.4 from 0.57.2. The weirdest thing is that my app works as long as I have my debugger opened... Setting the value to undefined fixed it for me but I kinda fear setting null to other keys might make my app crash later on.
Environment
Description
borderBottomColor
set to null causes a crash. Here is the stack traceReproducible Demo
Workaround
The text was updated successfully, but these errors were encountered: