Skip to content

Commit 8e1e84c

Browse files
committed
backport Fix react devtools hitting an assert on launch (microsoft#14320)
1 parent 53e3f6b commit 8e1e84c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vnext/Microsoft.ReactNative/Views/DebuggingOverlayViewManager.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ void DebuggingOverlayViewManager::DispatchCommand(
4848
// There is little point in attempting to implement these commands until then.
4949
return;
5050
}
51-
Super::DispatchCommand(viewToUpdate, commandId, std::move(commandArgs));
5251
}
5352

5453
} // namespace Microsoft::ReactNative

0 commit comments

Comments
 (0)