Skip to content

Commit

Permalink
[0.76] Fix react devtools hitting an assert on launch (#14320) (#14328)
Browse files Browse the repository at this point in the history
* backport Fix react devtools hitting an assert on launch (#14320)

* Change files
  • Loading branch information
TatianaKapos authored Feb 1, 2025
1 parent 8f71df6 commit 196b21d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "backport Fix react devtools hitting an assert on launch (#14320)",
"packageName": "react-native-windows",
"email": "email not defined",
"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

0 comments on commit 196b21d

Please sign in to comment.