Skip to content

Commit d405028

Browse files
authored
Modern Debugger : Disable network domain from devtools UI until 0.83 (#15410) (#15411)
* disable network domain for modern devtools until 0.83 * Change files
1 parent 00d64e0 commit d405028

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
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": "disable network domain for modern devtools until 0.83",
4+
"packageName": "react-native-windows",
5+
"email": "74712637+iamAbhi-916@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

vnext/Microsoft.ReactNative/ReactHost/ReactHost.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,6 @@ class ReactNativeWindowsFeatureFlags : public facebook::react::ReactNativeFeatur
310310
bool fuseboxEnabledRelease() override {
311311
return true; // Enable Fusebox (modern CDP backend) by default for React Native Windows
312312
}
313-
314-
bool fuseboxNetworkInspectionEnabled() override {
315-
return true; // Enable network inspection support in Fusebox
316-
}
317313
};
318314

319315
//=============================================================================================

0 commit comments

Comments
 (0)