Andreas Eulitz
Andreas Eulitz
## Description ### Type of Change - Bug fix (non-breaking change which fixes an issue) ### Why See description in FB PR [34342](https://github.com/facebook/react-native/pull/34342). Resolves [9662](https://github.com/microsoft/react-native-windows/issues/9662) ### What Clean up process-wide...
### Problem Description To provide a temporary fix for [9662](https://github.com/microsoft/react-native-windows/issues/9662), I'm adding TEMP_UntilReactCommonUpdate/hermes/inspector/chrome/ConnectionDemux.cpp. The corresponding upstream PR is [34342](https://github.com/facebook/react-native/pull/34342). This issue is meant to track the removal of the override...
### Description Code in ReactCommon causes the [Debugger.scriptParsed](https://chromedevtools.github.io/devtools-protocol/tot/Debugger/#event-scriptParsed) event to carry a zero executionContextId. This does not line up with the execution context ID in the [ExecutionContextDescription](https://chromedevtools.github.io/devtools-protocol/tot/Runtime/#type-ExecutionContextDescription) arg of the...