@@ -1479,64 +1479,65 @@ __DEV__ &&
14791479 ? "tertiary-dark"
14801480 : "primary-dark"
14811481 : "error";
1482- if ((selfTime = fiber._debugTask)) {
1483- var props = fiber.memoizedProps;
1484- if (
1485- null !== props &&
1486- null !== alternate &&
1487- alternate.memoizedProps !== props &&
1488- ((child = [resuableChangedPropsEntry]),
1482+ var props = fiber.memoizedProps;
1483+ selfTime = fiber._debugTask;
1484+ null !== props &&
1485+ null !== alternate &&
1486+ alternate.memoizedProps !== props
1487+ ? ((child = [resuableChangedPropsEntry]),
14891488 (props = addObjectDiffToProperties(
14901489 alternate.memoizedProps,
14911490 props,
14921491 child,
14931492 0
14941493 )),
1495- 1 < child.length)
1496- ) {
1497- props &&
1498- !alreadyWarnedForDeepEquality &&
1499- 0 === (alternate.lanes & committedLanes) &&
1500- 100 < fiber.actualDuration
1501- ? ((alreadyWarnedForDeepEquality = !0),
1502- (child[0] = reusableDeeplyEqualPropsEntry),
1503- (reusableComponentDevToolDetails.color = "warning"),
1504- (reusableComponentDevToolDetails.tooltipText =
1505- "This component received deeply equal props. It might benefit from useMemo or the React Compiler in its owner."))
1506- : ((reusableComponentDevToolDetails.color = wasHydrated),
1507- (reusableComponentDevToolDetails.tooltipText = name));
1508- reusableComponentDevToolDetails.properties = child;
1509- reusableComponentOptions.start = startTime;
1510- reusableComponentOptions.end = endTime;
1511- selfTime.run(
1512- performance.measure.bind(
1513- performance,
1514- "\u200b" + name,
1515- reusableComponentOptions
1494+ 1 < child.length &&
1495+ (props &&
1496+ !alreadyWarnedForDeepEquality &&
1497+ 0 === (alternate.lanes & committedLanes) &&
1498+ 100 < fiber.actualDuration
1499+ ? ((alreadyWarnedForDeepEquality = !0),
1500+ (child[0] = reusableDeeplyEqualPropsEntry),
1501+ (reusableComponentDevToolDetails.color = "warning"),
1502+ (reusableComponentDevToolDetails.tooltipText =
1503+ "This component received deeply equal props. It might benefit from useMemo or the React Compiler in its owner."))
1504+ : ((reusableComponentDevToolDetails.color = wasHydrated),
1505+ (reusableComponentDevToolDetails.tooltipText = name)),
1506+ (reusableComponentDevToolDetails.properties = child),
1507+ (reusableComponentOptions.start = startTime),
1508+ (reusableComponentOptions.end = endTime),
1509+ null != selfTime
1510+ ? selfTime.run(
1511+ performance.measure.bind(
1512+ performance,
1513+ "\u200b" + name,
1514+ reusableComponentOptions
1515+ )
1516+ )
1517+ : performance.measure(
1518+ "\u200b" + name,
1519+ reusableComponentOptions
1520+ )))
1521+ : null != selfTime
1522+ ? selfTime.run(
1523+ console.timeStamp.bind(
1524+ console,
1525+ name,
1526+ startTime,
1527+ endTime,
1528+ "Components \u269b",
1529+ void 0,
1530+ wasHydrated
1531+ )
15161532 )
1517- );
1518- return;
1519- }
1520- selfTime.run(
1521- console.timeStamp.bind(
1522- console,
1523- name,
1524- startTime,
1525- endTime,
1526- "Components \u269b",
1527- void 0,
1528- wasHydrated
1529- )
1530- );
1531- } else
1532- console.timeStamp(
1533- name,
1534- startTime,
1535- endTime,
1536- "Components \u269b",
1537- void 0,
1538- wasHydrated
1539- );
1533+ : console.timeStamp(
1534+ name,
1535+ startTime,
1536+ endTime,
1537+ "Components \u269b",
1538+ void 0,
1539+ wasHydrated
1540+ );
15401541 }
15411542 }
15421543 function logComponentErrored(fiber, startTime, endTime, errors) {
@@ -19588,10 +19589,10 @@ __DEV__ &&
1958819589 (function () {
1958919590 var internals = {
1959019591 bundleType: 1,
19591- version: "19.2.0-www-classic-bb6f0c8d-20250901 ",
19592+ version: "19.2.0-www-classic-2805f0ed-20250903 ",
1959219593 rendererPackageName: "react-art",
1959319594 currentDispatcherRef: ReactSharedInternals,
19594- reconcilerVersion: "19.2.0-www-classic-bb6f0c8d-20250901 "
19595+ reconcilerVersion: "19.2.0-www-classic-2805f0ed-20250903 "
1959519596 };
1959619597 internals.overrideHookState = overrideHookState;
1959719598 internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19625,7 +19626,7 @@ __DEV__ &&
1962519626 exports.Shape = Shape;
1962619627 exports.Surface = Surface;
1962719628 exports.Text = Text;
19628- exports.version = "19.2.0-www-classic-bb6f0c8d-20250901 ";
19629+ exports.version = "19.2.0-www-classic-2805f0ed-20250903 ";
1962919630 "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1963019631 "function" ===
1963119632 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments