Skip to content

Commit

Permalink
[Fizz] preload bootstrapScripts (#26753)
Browse files Browse the repository at this point in the history
This PR adds a preload for bootstrapScripts. preloads are captured
synchronously when you create a new Request and as such the normal logic
to check if a preload already exists is skipped.

DiffTrain build for commit b864ad4.
  • Loading branch information
gnoff committed May 31, 2023
1 parent 6e4ace8 commit 8eeccff
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23930,7 +23930,7 @@ function createFiberRoot(
return root;
}

var ReactVersion = "18.3.0-canary-e1e68b9f7-20230531";
var ReactVersion = "18.3.0-canary-b864ad439-20230531";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8617,7 +8617,7 @@ var devToolsConfig$jscomp$inline_1036 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-e1e68b9f7-20230531",
version: "18.3.0-canary-b864ad439-20230531",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1235 = {
Expand Down Expand Up @@ -8648,7 +8648,7 @@ var internals$jscomp$inline_1235 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-e1e68b9f7-20230531"
reconcilerVersion: "18.3.0-canary-b864ad439-20230531"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9043,7 +9043,7 @@ var devToolsConfig$jscomp$inline_1078 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-e1e68b9f7-20230531",
version: "18.3.0-canary-b864ad439-20230531",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1276 = {
Expand Down Expand Up @@ -9074,7 +9074,7 @@ var internals$jscomp$inline_1276 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-e1e68b9f7-20230531"
reconcilerVersion: "18.3.0-canary-b864ad439-20230531"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1277 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-canary-e1e68b9f7-20230531";
var ReactVersion = "18.3.0-canary-b864ad439-20230531";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-e1e68b9f7-20230531";
exports.version = "18.3.0-canary-b864ad439-20230531";
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-e1e68b9f7-20230531";
exports.version = "18.3.0-canary-b864ad439-20230531";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e1e68b9f7ffecf98e1b625cfe3ab95741be1417b
b864ad4397e7b366ece9ecfdfafa5660ae6b8390

0 comments on commit 8eeccff

Please sign in to comment.