|
7 | 7 | * @noflow
|
8 | 8 | * @nolint
|
9 | 9 | * @preventMunge
|
10 |
| - * @generated SignedSource<<03613344aa6068afaba47c44eeaf2e5f>> |
| 10 | + * @generated SignedSource<<78486249bde5c057c1694badd22987eb>> |
11 | 11 | */
|
12 | 12 |
|
13 | 13 | /*
|
@@ -12713,7 +12713,9 @@ __DEV__ &&
|
12713 | 12713 | if (
|
12714 | 12714 | ((hoistableRoot = maybeNodes[i]),
|
12715 | 12715 | hoistableRoot.getAttribute("href") ===
|
12716 |
| - (null == current.href ? null : current.href) && |
| 12716 | + (null == current.href || "" === current.href |
| 12717 | + ? null |
| 12718 | + : current.href) && |
12717 | 12719 | hoistableRoot.getAttribute("rel") ===
|
12718 | 12720 | (null == current.rel ? null : current.rel) &&
|
12719 | 12721 | hoistableRoot.getAttribute("title") ===
|
@@ -19702,36 +19704,34 @@ __DEV__ &&
|
19702 | 19704 | }
|
19703 | 19705 | case "src":
|
19704 | 19706 | case "href":
|
19705 |
| - "" !== propKey || |
19706 |
| - ("a" === tag && "href" === value) || |
19707 |
| - ("object" === tag && "data" === value) |
19708 |
| - ? hydrateSanitizedAttribute( |
19709 |
| - domElement, |
19710 |
| - value, |
19711 |
| - value, |
19712 |
| - propKey, |
19713 |
| - extraAttributes, |
19714 |
| - serverDifferences |
19715 |
| - ) |
19716 |
| - : ("src" === value |
19717 |
| - ? error$jscomp$0( |
19718 |
| - 'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.', |
19719 |
| - value, |
19720 |
| - value |
19721 |
| - ) |
19722 |
| - : error$jscomp$0( |
19723 |
| - 'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.', |
19724 |
| - value, |
19725 |
| - value |
19726 |
| - ), |
19727 |
| - hydrateSanitizedAttribute( |
19728 |
| - domElement, |
19729 |
| - value, |
19730 |
| - value, |
19731 |
| - null, |
19732 |
| - extraAttributes, |
19733 |
| - serverDifferences |
19734 |
| - )); |
| 19707 | + if ( |
| 19708 | + !( |
| 19709 | + "" !== propKey || |
| 19710 | + ("a" === tag && "href" === value) || |
| 19711 | + ("object" === tag && "data" === value) |
| 19712 | + ) |
| 19713 | + ) { |
| 19714 | + "src" === value |
| 19715 | + ? error$jscomp$0( |
| 19716 | + 'An empty string ("") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.', |
| 19717 | + value, |
| 19718 | + value |
| 19719 | + ) |
| 19720 | + : error$jscomp$0( |
| 19721 | + 'An empty string ("") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.', |
| 19722 | + value, |
| 19723 | + value |
| 19724 | + ); |
| 19725 | + continue; |
| 19726 | + } |
| 19727 | + hydrateSanitizedAttribute( |
| 19728 | + domElement, |
| 19729 | + value, |
| 19730 | + value, |
| 19731 | + propKey, |
| 19732 | + extraAttributes, |
| 19733 | + serverDifferences |
| 19734 | + ); |
19735 | 19735 | continue;
|
19736 | 19736 | case "action":
|
19737 | 19737 | case "formAction":
|
@@ -20341,7 +20341,9 @@ __DEV__ &&
|
20341 | 20341 | else if (
|
20342 | 20342 | name !== anyProps.rel ||
|
20343 | 20343 | instance.getAttribute("href") !==
|
20344 |
| - (null == anyProps.href ? null : anyProps.href) || |
| 20344 | + (null == anyProps.href || "" === anyProps.href |
| 20345 | + ? null |
| 20346 | + : anyProps.href) || |
20345 | 20347 | instance.getAttribute("crossorigin") !==
|
20346 | 20348 | (null == anyProps.crossOrigin
|
20347 | 20349 | ? null
|
@@ -25886,11 +25888,11 @@ __DEV__ &&
|
25886 | 25888 | };
|
25887 | 25889 | (function () {
|
25888 | 25890 | var isomorphicReactPackageVersion = React.version;
|
25889 |
| - if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion) |
| 25891 | + if ("19.1.0-native-fb-bf883beb-20250103" !== isomorphicReactPackageVersion) |
25890 | 25892 | throw Error(
|
25891 | 25893 | 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25892 | 25894 | (isomorphicReactPackageVersion +
|
25893 |
| - "\n - react-dom: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch") |
| 25895 | + "\n - react-dom: 19.1.0-native-fb-bf883beb-20250103\nLearn more: https://react.dev/warnings/version-mismatch") |
25894 | 25896 | );
|
25895 | 25897 | })();
|
25896 | 25898 | ("function" === typeof Map &&
|
@@ -25927,10 +25929,10 @@ __DEV__ &&
|
25927 | 25929 | !(function () {
|
25928 | 25930 | var internals = {
|
25929 | 25931 | bundleType: 1,
|
25930 |
| - version: "19.1.0-native-fb-3b009b4c-20250102", |
| 25932 | + version: "19.1.0-native-fb-bf883beb-20250103", |
25931 | 25933 | rendererPackageName: "react-dom",
|
25932 | 25934 | currentDispatcherRef: ReactSharedInternals,
|
25933 |
| - reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102" |
| 25935 | + reconcilerVersion: "19.1.0-native-fb-bf883beb-20250103" |
25934 | 25936 | };
|
25935 | 25937 | internals.overrideHookState = overrideHookState;
|
25936 | 25938 | internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -26076,5 +26078,5 @@ __DEV__ &&
|
26076 | 26078 | listenToAllSupportedEvents(container);
|
26077 | 26079 | return new ReactDOMHydrationRoot(initialChildren);
|
26078 | 26080 | };
|
26079 |
| - exports.version = "19.1.0-native-fb-3b009b4c-20250102"; |
| 26081 | + exports.version = "19.1.0-native-fb-bf883beb-20250103"; |
26080 | 26082 | })();
|
0 commit comments