We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1a4f2 commit 10277ccCopy full SHA for 10277cc
packages/react-native-renderer/src/ReactNativeFiberHostComponent.js
@@ -83,15 +83,6 @@ class ReactNativeFiberHostComponent {
83
relativeNode = relativeToNativeNode;
84
} else if (relativeToNativeNode._nativeTag) {
85
relativeNode = relativeToNativeNode._nativeTag;
86
- } else if (
87
- /* $FlowFixMe canonical doesn't exist on the node.
88
- I think this branch is dead and will remove it in a followup */
89
- relativeToNativeNode.canonical &&
90
- relativeToNativeNode.canonical._nativeTag
91
- ) {
92
93
94
- relativeNode = relativeToNativeNode.canonical._nativeTag;
95
}
96
97
if (relativeNode == null) {
0 commit comments