Skip to content

Commit 196b21d

Browse files
authored
[0.76] Fix react devtools hitting an assert on launch (#14320) (#14328)
* backport Fix react devtools hitting an assert on launch (#14320) * Change files
1 parent 8f71df6 commit 196b21d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "backport Fix react devtools hitting an assert on launch (#14320)",
4+
"packageName": "react-native-windows",
5+
"email": "email not defined",
6+
"dependentChangeType": "patch"
7+
}

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)