Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Fix react devtools hitting an assert on launch",
"packageName": "react-native-windows",
"email": "tatianakapos@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ void DebuggingOverlayViewManager::DispatchCommand(
// There is little point in attempting to implement these commands until then.
return;
}
Super::DispatchCommand(viewToUpdate, commandId, std::move(commandArgs));
}

} // namespace Microsoft::ReactNative