From da32c56d5f0bb4e3f706d31ff3a8c42856a632ba Mon Sep 17 00:00:00 2001 From: Abhijeet Jha <74712637+iamAbhi-916@users.noreply.github.com> Date: Wed, 26 Nov 2025 14:17:01 +0530 Subject: [PATCH 1/2] disable network domain for modern devtools until 0.83 --- vnext/Microsoft.ReactNative/ReactHost/ReactHost.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vnext/Microsoft.ReactNative/ReactHost/ReactHost.cpp b/vnext/Microsoft.ReactNative/ReactHost/ReactHost.cpp index 7e205570800..5bb3719fcfc 100644 --- a/vnext/Microsoft.ReactNative/ReactHost/ReactHost.cpp +++ b/vnext/Microsoft.ReactNative/ReactHost/ReactHost.cpp @@ -269,10 +269,6 @@ class ReactNativeWindowsFeatureFlags : public facebook::react::ReactNativeFeatur bool fuseboxEnabledRelease() override { return true; // Enable Fusebox (modern CDP backend) by default for React Native Windows } - - bool fuseboxNetworkInspectionEnabled() override { - return true; // Enable network inspection support in Fusebox - } }; //============================================================================================= From 9a9faa5484e535761d3421ec9cac838a9c1f245b Mon Sep 17 00:00:00 2001 From: Abhijeet Jha <74712637+iamAbhi-916@users.noreply.github.com> Date: Wed, 26 Nov 2025 14:26:31 +0530 Subject: [PATCH 2/2] Change files --- ...ative-windows-b5ea6091-37fa-414e-b602-ba1ff3df1f55.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/react-native-windows-b5ea6091-37fa-414e-b602-ba1ff3df1f55.json diff --git a/change/react-native-windows-b5ea6091-37fa-414e-b602-ba1ff3df1f55.json b/change/react-native-windows-b5ea6091-37fa-414e-b602-ba1ff3df1f55.json new file mode 100644 index 00000000000..40891063a35 --- /dev/null +++ b/change/react-native-windows-b5ea6091-37fa-414e-b602-ba1ff3df1f55.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "disable network domain for modern devtools until 0.83", + "packageName": "react-native-windows", + "email": "74712637+iamAbhi-916@users.noreply.github.com", + "dependentChangeType": "patch" +}