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 d6dbb6c commit 9543825Copy full SHA for 9543825
packages/react-native-renderer/src/ReactNativeFiberInspector.js
@@ -192,7 +192,8 @@ if (__DEV__) {
192
internalInstanceHandle.stateNode.canonical._internalInstanceHandle;
193
194
// Note: this is deprecated and we want to remove it ASAP. Keeping it here for React DevTools compatibility for now.
195
- const nativeViewTag = internalInstanceHandle.stateNode.canonical._nativeTag;
+ const nativeViewTag =
196
+ internalInstanceHandle.stateNode.canonical._nativeTag;
197
198
nativeFabricUIManager.measure(
199
internalInstanceHandle.stateNode.node,
0 commit comments