Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 0 additions & 4 deletions vnext/Microsoft.ReactNative/ReactHost/ReactHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,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
}
};

//=============================================================================================
Expand Down
Loading