Skip to content

Commit fe510e4

Browse files
authored
Modern Debugger : Disable network domain from devtools UI until 0.83 (#15410)
* disable network domain for modern devtools until 0.83 * Change files
1 parent 756c186 commit fe510e4

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

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
@@ -269,10 +269,6 @@ class ReactNativeWindowsFeatureFlags : public facebook::react::ReactNativeFeatur
269269
bool fuseboxEnabledRelease() override {
270270
return true; // Enable Fusebox (modern CDP backend) by default for React Native Windows
271271
}
272-
273-
bool fuseboxNetworkInspectionEnabled() override {
274-
return true; // Enable network inspection support in Fusebox
275-
}
276272
};
277273

278274
//=============================================================================================

0 commit comments

Comments
 (0)