Skip to content

Commit 5087a7e

Browse files
committed
[DevTools] feat: propagate fetchFileWithCaching from initialization options for Fusebox (facebook#34429)
Each integrator: browser extension, Chrome DevTools Frontend fork, Electron shell must define and provide `fetchFileWithCaching` in order for DevTools to be able to fetch application resources, such as scripts or source maps. More specifically, if this is available, React DevTools will be able to symbolicate source locations for component frames, owner stacks, "suspended by" Promises call frames. This will be available with the next release of React DevTools. DiffTrain build for [b2cff47](facebook@b2cff47)
1 parent e843a39 commit 5087a7e

24 files changed

+87
-87
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.2.0-native-fb-d4374b3a-20250908
1+
19.2.0-native-fb-b2cff474-20250909

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-dev.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<16fc3a33dd20cc15679628c2eaec1f5d>>
10+
* @generated SignedSource<<06ba84a725f40746a0688b3097603f98>>
1111
*/
1212

1313
"use strict";
@@ -404,5 +404,5 @@ __DEV__ &&
404404
exports.useFormStatus = function () {
405405
return resolveDispatcher().useHostTransitionStatus();
406406
};
407-
exports.version = "19.2.0-native-fb-d4374b3a-20250908";
407+
exports.version = "19.2.0-native-fb-b2cff474-20250909";
408408
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<1bedb77604c708d2d6e5bdd45aaff13e>>
10+
* @generated SignedSource<<fbc1f2678b6d87fbbf26944950e24303>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-d4374b3a-20250908";
206+
exports.version = "19.2.0-native-fb-b2cff474-20250909";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOM-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<1bedb77604c708d2d6e5bdd45aaff13e>>
10+
* @generated SignedSource<<fbc1f2678b6d87fbbf26944950e24303>>
1111
*/
1212

1313
"use strict";
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
203203
exports.useFormStatus = function () {
204204
return ReactSharedInternals.H.useHostTransitionStatus();
205205
};
206-
exports.version = "19.2.0-native-fb-d4374b3a-20250908";
206+
exports.version = "19.2.0-native-fb-b2cff474-20250909";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-dev.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<a83a9bf8dc4674084e3a204e0e1afa8f>>
10+
* @generated SignedSource<<05ba3d674ab8eb84d023ee023b1f254a>>
1111
*/
1212

1313
/*
@@ -29580,11 +29580,11 @@ __DEV__ &&
2958029580
};
2958129581
(function () {
2958229582
var isomorphicReactPackageVersion = React.version;
29583-
if ("19.2.0-native-fb-d4374b3a-20250908" !== isomorphicReactPackageVersion)
29583+
if ("19.2.0-native-fb-b2cff474-20250909" !== isomorphicReactPackageVersion)
2958429584
throw Error(
2958529585
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2958629586
(isomorphicReactPackageVersion +
29587-
"\n - react-dom: 19.2.0-native-fb-d4374b3a-20250908\nLearn more: https://react.dev/warnings/version-mismatch")
29587+
"\n - react-dom: 19.2.0-native-fb-b2cff474-20250909\nLearn more: https://react.dev/warnings/version-mismatch")
2958829588
);
2958929589
})();
2959029590
("function" === typeof Map &&
@@ -29621,10 +29621,10 @@ __DEV__ &&
2962129621
!(function () {
2962229622
var internals = {
2962329623
bundleType: 1,
29624-
version: "19.2.0-native-fb-d4374b3a-20250908",
29624+
version: "19.2.0-native-fb-b2cff474-20250909",
2962529625
rendererPackageName: "react-dom",
2962629626
currentDispatcherRef: ReactSharedInternals,
29627-
reconcilerVersion: "19.2.0-native-fb-d4374b3a-20250908"
29627+
reconcilerVersion: "19.2.0-native-fb-b2cff474-20250909"
2962829628
};
2962929629
internals.overrideHookState = overrideHookState;
2963029630
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -29773,5 +29773,5 @@ __DEV__ &&
2977329773
listenToAllSupportedEvents(container);
2977429774
return new ReactDOMHydrationRoot(initialChildren);
2977529775
};
29776-
exports.version = "19.2.0-native-fb-d4374b3a-20250908";
29776+
exports.version = "19.2.0-native-fb-b2cff474-20250909";
2977729777
})();

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<b7c8b6aba611f1ec0c85c103dfe66495>>
10+
* @generated SignedSource<<538cca0b3206fd475057d36e2fd63612>>
1111
*/
1212

1313
/*
@@ -17388,14 +17388,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1738817388
};
1738917389
var isomorphicReactPackageVersion$jscomp$inline_2057 = React.version;
1739017390
if (
17391-
"19.2.0-native-fb-d4374b3a-20250908" !==
17391+
"19.2.0-native-fb-b2cff474-20250909" !==
1739217392
isomorphicReactPackageVersion$jscomp$inline_2057
1739317393
)
1739417394
throw Error(
1739517395
formatProdErrorMessage(
1739617396
527,
1739717397
isomorphicReactPackageVersion$jscomp$inline_2057,
17398-
"19.2.0-native-fb-d4374b3a-20250908"
17398+
"19.2.0-native-fb-b2cff474-20250909"
1739917399
)
1740017400
);
1740117401
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17417,10 +17417,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1741717417
};
1741817418
var internals$jscomp$inline_2630 = {
1741917419
bundleType: 0,
17420-
version: "19.2.0-native-fb-d4374b3a-20250908",
17420+
version: "19.2.0-native-fb-b2cff474-20250909",
1742117421
rendererPackageName: "react-dom",
1742217422
currentDispatcherRef: ReactSharedInternals,
17423-
reconcilerVersion: "19.2.0-native-fb-d4374b3a-20250908"
17423+
reconcilerVersion: "19.2.0-native-fb-b2cff474-20250909"
1742417424
};
1742517425
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1742617426
var hook$jscomp$inline_2631 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17527,4 +17527,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1752717527
listenToAllSupportedEvents(container);
1752817528
return new ReactDOMHydrationRoot(initialChildren);
1752917529
};
17530-
exports.version = "19.2.0-native-fb-d4374b3a-20250908";
17530+
exports.version = "19.2.0-native-fb-b2cff474-20250909";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-profiling.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<7cd0018b96d0b89d2c9184aba51ba69d>>
10+
* @generated SignedSource<<e9767ba25f3c55de7e09d0ed3615fac7>>
1111
*/
1212

1313
/*
@@ -19398,14 +19398,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1939819398
};
1939919399
var isomorphicReactPackageVersion$jscomp$inline_2308 = React.version;
1940019400
if (
19401-
"19.2.0-native-fb-d4374b3a-20250908" !==
19401+
"19.2.0-native-fb-b2cff474-20250909" !==
1940219402
isomorphicReactPackageVersion$jscomp$inline_2308
1940319403
)
1940419404
throw Error(
1940519405
formatProdErrorMessage(
1940619406
527,
1940719407
isomorphicReactPackageVersion$jscomp$inline_2308,
19408-
"19.2.0-native-fb-d4374b3a-20250908"
19408+
"19.2.0-native-fb-b2cff474-20250909"
1940919409
)
1941019410
);
1941119411
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19427,10 +19427,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1942719427
};
1942819428
var internals$jscomp$inline_2315 = {
1942919429
bundleType: 0,
19430-
version: "19.2.0-native-fb-d4374b3a-20250908",
19430+
version: "19.2.0-native-fb-b2cff474-20250909",
1943119431
rendererPackageName: "react-dom",
1943219432
currentDispatcherRef: ReactSharedInternals,
19433-
reconcilerVersion: "19.2.0-native-fb-d4374b3a-20250908",
19433+
reconcilerVersion: "19.2.0-native-fb-b2cff474-20250909",
1943419434
getLaneLabelMap: function () {
1943519435
for (
1943619436
var map = new Map(), lane = 1, index$324 = 0;
@@ -19553,4 +19553,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1955319553
listenToAllSupportedEvents(container);
1955419554
return new ReactDOMHydrationRoot(initialChildren);
1955519555
};
19556-
exports.version = "19.2.0-native-fb-d4374b3a-20250908";
19556+
exports.version = "19.2.0-native-fb-b2cff474-20250909";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-dev.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<e4f17026f7d61ef1dea0c77c39e5af57>>
10+
* @generated SignedSource<<dfce1f63f03599df2f4b7c3cf829e8c3>>
1111
*/
1212

1313
/*
@@ -29636,11 +29636,11 @@ __DEV__ &&
2963629636
};
2963729637
(function () {
2963829638
var isomorphicReactPackageVersion = React.version;
29639-
if ("19.2.0-native-fb-d4374b3a-20250908" !== isomorphicReactPackageVersion)
29639+
if ("19.2.0-native-fb-b2cff474-20250909" !== isomorphicReactPackageVersion)
2964029640
throw Error(
2964129641
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2964229642
(isomorphicReactPackageVersion +
29643-
"\n - react-dom: 19.2.0-native-fb-d4374b3a-20250908\nLearn more: https://react.dev/warnings/version-mismatch")
29643+
"\n - react-dom: 19.2.0-native-fb-b2cff474-20250909\nLearn more: https://react.dev/warnings/version-mismatch")
2964429644
);
2964529645
})();
2964629646
("function" === typeof Map &&
@@ -29677,10 +29677,10 @@ __DEV__ &&
2967729677
!(function () {
2967829678
var internals = {
2967929679
bundleType: 1,
29680-
version: "19.2.0-native-fb-d4374b3a-20250908",
29680+
version: "19.2.0-native-fb-b2cff474-20250909",
2968129681
rendererPackageName: "react-dom",
2968229682
currentDispatcherRef: ReactSharedInternals,
29683-
reconcilerVersion: "19.2.0-native-fb-d4374b3a-20250908"
29683+
reconcilerVersion: "19.2.0-native-fb-b2cff474-20250909"
2968429684
};
2968529685
internals.overrideHookState = overrideHookState;
2968629686
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30145,7 +30145,7 @@ __DEV__ &&
3014530145
exports.useFormStatus = function () {
3014630146
return resolveDispatcher().useHostTransitionStatus();
3014730147
};
30148-
exports.version = "19.2.0-native-fb-d4374b3a-20250908";
30148+
exports.version = "19.2.0-native-fb-b2cff474-20250909";
3014930149
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
3015030150
"function" ===
3015130151
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-prod.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<b0cf9e5c8506b0fe9264383fb1fb5f79>>
10+
* @generated SignedSource<<d1a6f4ae545dd79cb892079f149906ae>>
1111
*/
1212

1313
/*
@@ -17399,14 +17399,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1739917399
};
1740017400
var isomorphicReactPackageVersion$jscomp$inline_2058 = React.version;
1740117401
if (
17402-
"19.2.0-native-fb-d4374b3a-20250908" !==
17402+
"19.2.0-native-fb-b2cff474-20250909" !==
1740317403
isomorphicReactPackageVersion$jscomp$inline_2058
1740417404
)
1740517405
throw Error(
1740617406
formatProdErrorMessage(
1740717407
527,
1740817408
isomorphicReactPackageVersion$jscomp$inline_2058,
17409-
"19.2.0-native-fb-d4374b3a-20250908"
17409+
"19.2.0-native-fb-b2cff474-20250909"
1741017410
)
1741117411
);
1741217412
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17428,10 +17428,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1742817428
};
1742917429
var internals$jscomp$inline_2633 = {
1743017430
bundleType: 0,
17431-
version: "19.2.0-native-fb-d4374b3a-20250908",
17431+
version: "19.2.0-native-fb-b2cff474-20250909",
1743217432
rendererPackageName: "react-dom",
1743317433
currentDispatcherRef: ReactSharedInternals,
17434-
reconcilerVersion: "19.2.0-native-fb-d4374b3a-20250908"
17434+
reconcilerVersion: "19.2.0-native-fb-b2cff474-20250909"
1743517435
};
1743617436
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1743717437
var hook$jscomp$inline_2634 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17691,4 +17691,4 @@ exports.useFormState = function (action, initialState, permalink) {
1769117691
exports.useFormStatus = function () {
1769217692
return ReactSharedInternals.H.useHostTransitionStatus();
1769317693
};
17694-
exports.version = "19.2.0-native-fb-d4374b3a-20250908";
17694+
exports.version = "19.2.0-native-fb-b2cff474-20250909";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMProfiling-profiling.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<3c187a2e549d621b86ffae29ed3abdec>>
10+
* @generated SignedSource<<658edf4ec244d37933ce34d75c61abce>>
1111
*/
1212

1313
/*
@@ -19413,14 +19413,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1941319413
};
1941419414
var isomorphicReactPackageVersion$jscomp$inline_2309 = React.version;
1941519415
if (
19416-
"19.2.0-native-fb-d4374b3a-20250908" !==
19416+
"19.2.0-native-fb-b2cff474-20250909" !==
1941719417
isomorphicReactPackageVersion$jscomp$inline_2309
1941819418
)
1941919419
throw Error(
1942019420
formatProdErrorMessage(
1942119421
527,
1942219422
isomorphicReactPackageVersion$jscomp$inline_2309,
19423-
"19.2.0-native-fb-d4374b3a-20250908"
19423+
"19.2.0-native-fb-b2cff474-20250909"
1942419424
)
1942519425
);
1942619426
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19442,10 +19442,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1944219442
};
1944319443
var internals$jscomp$inline_2316 = {
1944419444
bundleType: 0,
19445-
version: "19.2.0-native-fb-d4374b3a-20250908",
19445+
version: "19.2.0-native-fb-b2cff474-20250909",
1944619446
rendererPackageName: "react-dom",
1944719447
currentDispatcherRef: ReactSharedInternals,
19448-
reconcilerVersion: "19.2.0-native-fb-d4374b3a-20250908",
19448+
reconcilerVersion: "19.2.0-native-fb-b2cff474-20250909",
1944919449
getLaneLabelMap: function () {
1945019450
for (
1945119451
var map = new Map(), lane = 1, index$324 = 0;
@@ -19721,7 +19721,7 @@ exports.useFormState = function (action, initialState, permalink) {
1972119721
exports.useFormStatus = function () {
1972219722
return ReactSharedInternals.H.useHostTransitionStatus();
1972319723
};
19724-
exports.version = "19.2.0-native-fb-d4374b3a-20250908";
19724+
exports.version = "19.2.0-native-fb-b2cff474-20250909";
1972519725
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1972619726
"function" ===
1972719727
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)