77 * @noflow
88 * @nolint
99 * @preventMunge
10- * @generated SignedSource<<7a330aec4fa972445bd767d7231bc931 >>
10+ * @generated SignedSource<<d5ae63fdb72be023e5dff41f0e572cd2 >>
1111 */
1212
1313/*
@@ -40,7 +40,8 @@ var alwaysThrottleRetries = dynamicFlagsUntyped.alwaysThrottleRetries,
4040 enablePersistedModeClonedFlag =
4141 dynamicFlagsUntyped.enablePersistedModeClonedFlag,
4242 enableUseEffectCRUDOverload = dynamicFlagsUntyped.enableUseEffectCRUDOverload,
43- enableSiblingPrerendering = dynamicFlagsUntyped.enableSiblingPrerendering;
43+ enableSiblingPrerendering = dynamicFlagsUntyped.enableSiblingPrerendering,
44+ renameElementSymbol = dynamicFlagsUntyped.renameElementSymbol;
4445function isValidContainer(node) {
4546 return !(
4647 !node ||
@@ -155,6 +156,9 @@ function findCurrentHostFiberImpl(node) {
155156}
156157var assign = Object.assign,
157158 REACT_LEGACY_ELEMENT_TYPE = Symbol.for("react.element"),
159+ REACT_ELEMENT_TYPE = renameElementSymbol
160+ ? Symbol.for("react.transitional.element")
161+ : REACT_LEGACY_ELEMENT_TYPE,
158162 REACT_PORTAL_TYPE = Symbol.for("react.portal"),
159163 REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"),
160164 REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"),
@@ -5227,7 +5231,7 @@ function createChildReconciler(shouldTrackSideEffects) {
52275231 );
52285232 if ("object" === typeof newChild && null !== newChild) {
52295233 switch (newChild.$$typeof) {
5230- case REACT_LEGACY_ELEMENT_TYPE :
5234+ case REACT_ELEMENT_TYPE :
52315235 return (
52325236 (lanes = createFiberFromTypeAndProps(
52335237 newChild.type,
@@ -5291,7 +5295,7 @@ function createChildReconciler(shouldTrackSideEffects) {
52915295 : updateTextNode(returnFiber, oldFiber, "" + newChild, lanes);
52925296 if ("object" === typeof newChild && null !== newChild) {
52935297 switch (newChild.$$typeof) {
5294- case REACT_LEGACY_ELEMENT_TYPE :
5298+ case REACT_ELEMENT_TYPE :
52955299 return newChild.key === key
52965300 ? updateElement(returnFiber, oldFiber, newChild, lanes)
52975301 : null;
@@ -5346,7 +5350,7 @@ function createChildReconciler(shouldTrackSideEffects) {
53465350 );
53475351 if ("object" === typeof newChild && null !== newChild) {
53485352 switch (newChild.$$typeof) {
5349- case REACT_LEGACY_ELEMENT_TYPE :
5353+ case REACT_ELEMENT_TYPE :
53505354 return (
53515355 (existingChildren =
53525356 existingChildren.get(
@@ -5582,7 +5586,7 @@ function createChildReconciler(shouldTrackSideEffects) {
55825586 (newChild = newChild.props.children);
55835587 if ("object" === typeof newChild && null !== newChild) {
55845588 switch (newChild.$$typeof) {
5585- case REACT_LEGACY_ELEMENT_TYPE :
5589+ case REACT_ELEMENT_TYPE :
55865590 a: {
55875591 for (var key = newChild.key; null !== currentFirstChild; ) {
55885592 if (currentFirstChild.key === key) {
@@ -16823,14 +16827,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1682316827};
1682416828var isomorphicReactPackageVersion$jscomp$inline_1912 = React.version;
1682516829if (
16826- "19.1.0-native-fb-cc680065-20250307 " !==
16830+ "19.1.0-native-fb-50ab2dde-20250310 " !==
1682716831 isomorphicReactPackageVersion$jscomp$inline_1912
1682816832)
1682916833 throw Error(
1683016834 formatProdErrorMessage(
1683116835 527,
1683216836 isomorphicReactPackageVersion$jscomp$inline_1912,
16833- "19.1.0-native-fb-cc680065-20250307 "
16837+ "19.1.0-native-fb-50ab2dde-20250310 "
1683416838 )
1683516839 );
1683616840ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16852,10 +16856,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1685216856};
1685316857var internals$jscomp$inline_1919 = {
1685416858 bundleType: 0,
16855- version: "19.1.0-native-fb-cc680065-20250307 ",
16859+ version: "19.1.0-native-fb-50ab2dde-20250310 ",
1685616860 rendererPackageName: "react-dom",
1685716861 currentDispatcherRef: ReactSharedInternals,
16858- reconcilerVersion: "19.1.0-native-fb-cc680065-20250307 ",
16862+ reconcilerVersion: "19.1.0-native-fb-50ab2dde-20250310 ",
1685916863 getLaneLabelMap: function () {
1686016864 for (
1686116865 var map = new Map(), lane = 1, index$294 = 0;
@@ -16974,4 +16978,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1697416978 listenToAllSupportedEvents(container);
1697516979 return new ReactDOMHydrationRoot(initialChildren);
1697616980};
16977- exports.version = "19.1.0-native-fb-cc680065-20250307 ";
16981+ exports.version = "19.1.0-native-fb-50ab2dde-20250310 ";
0 commit comments