Skip to content

Commit f24c9bc

Browse files
authored
Fix react devtools hitting an assert on launch (#14320)
* ignore unsupported methods * delete Super::DispatchCommand call * Change files
1 parent fead2f4 commit f24c9bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "Fix react devtools hitting an assert on launch",
4+
"packageName": "react-native-windows",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

vnext/Microsoft.ReactNative/Views/DebuggingOverlayViewManager.cpp

Lines changed: 0 additions & 1 deletion
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)