Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 822f137

Browse files
committed
[Fizz][Float] When src or srcSet is a data URI we should not preload the image (#27218)
Data URI's in images can't effectively be preloaded (the URI contains the data so preloading only duplicates the data in the stream. If we encounter an image with this protocol in the src attribute we should avoid preloading it. DiffTrain build for commit 1a001da.
1 parent 5f2c352 commit 822f137

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23961,7 +23961,7 @@ function createFiberRoot(
2396123961
return root;
2396223962
}
2396323963

23964-
var ReactVersion = "18.3.0-canary-4e3618ae4-20230811";
23964+
var ReactVersion = "18.3.0-canary-1a001dac6-20230812";
2396523965

2396623966
// Might add PROFILE later.
2396723967

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8615,7 +8615,7 @@ var devToolsConfig$jscomp$inline_1029 = {
86158615
throw Error("TestRenderer does not support findFiberByHostInstance()");
86168616
},
86178617
bundleType: 0,
8618-
version: "18.3.0-canary-4e3618ae4-20230811",
8618+
version: "18.3.0-canary-1a001dac6-20230812",
86198619
rendererPackageName: "react-test-renderer"
86208620
};
86218621
var internals$jscomp$inline_1228 = {
@@ -8646,7 +8646,7 @@ var internals$jscomp$inline_1228 = {
86468646
scheduleRoot: null,
86478647
setRefreshHandler: null,
86488648
getCurrentFiber: null,
8649-
reconcilerVersion: "18.3.0-canary-4e3618ae4-20230811"
8649+
reconcilerVersion: "18.3.0-canary-1a001dac6-20230812"
86508650
};
86518651
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
86528652
var hook$jscomp$inline_1229 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9041,7 +9041,7 @@ var devToolsConfig$jscomp$inline_1071 = {
90419041
throw Error("TestRenderer does not support findFiberByHostInstance()");
90429042
},
90439043
bundleType: 0,
9044-
version: "18.3.0-canary-4e3618ae4-20230811",
9044+
version: "18.3.0-canary-1a001dac6-20230812",
90459045
rendererPackageName: "react-test-renderer"
90469046
};
90479047
var internals$jscomp$inline_1269 = {
@@ -9072,7 +9072,7 @@ var internals$jscomp$inline_1269 = {
90729072
scheduleRoot: null,
90739073
setRefreshHandler: null,
90749074
getCurrentFiber: null,
9075-
reconcilerVersion: "18.3.0-canary-4e3618ae4-20230811"
9075+
reconcilerVersion: "18.3.0-canary-1a001dac6-20230812"
90769076
};
90779077
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
90789078
var hook$jscomp$inline_1270 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-canary-4e3618ae4-20230811";
30+
var ReactVersion = "18.3.0-canary-1a001dac6-20230812";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,4 +616,4 @@ exports.useSyncExternalStore = function (
616616
exports.useTransition = function () {
617617
return ReactCurrentDispatcher.current.useTransition();
618618
};
619-
exports.version = "18.3.0-canary-4e3618ae4-20230811";
619+
exports.version = "18.3.0-canary-1a001dac6-20230812";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ exports.useSyncExternalStore = function (
619619
exports.useTransition = function () {
620620
return ReactCurrentDispatcher.current.useTransition();
621621
};
622-
exports.version = "18.3.0-canary-4e3618ae4-20230811";
622+
exports.version = "18.3.0-canary-1a001dac6-20230812";
623623

624624
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
625625
if (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4e3618ae41669c95a3377ae615c727f74f89d141
1+
1a001dac6220a64d98ae33a28e89dde78100d6c5

0 commit comments

Comments
 (0)