react-dom 19.2.0-canary-06e89951-20250620 → 19.2.0-canary-bbc13fa1-20250624

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25487,11 +25487,11 @@
25487
25487
  };
25488
25488
  (function () {
25489
25489
  var isomorphicReactPackageVersion = React.version;
25490
- if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
25490
+ if ("19.2.0-canary-bbc13fa1-20250624" !== isomorphicReactPackageVersion)
25491
25491
  throw Error(
25492
25492
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25493
25493
  (isomorphicReactPackageVersion +
25494
- "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
25494
+ "\n - react-dom: 19.2.0-canary-bbc13fa1-20250624\nLearn more: https://react.dev/warnings/version-mismatch")
25495
25495
  );
25496
25496
  })();
25497
25497
  ("function" === typeof Map &&
@@ -25528,10 +25528,10 @@
25528
25528
  !(function () {
25529
25529
  var internals = {
25530
25530
  bundleType: 1,
25531
- version: "19.2.0-canary-06e89951-20250620",
25531
+ version: "19.2.0-canary-bbc13fa1-20250624",
25532
25532
  rendererPackageName: "react-dom",
25533
25533
  currentDispatcherRef: ReactSharedInternals,
25534
- reconcilerVersion: "19.2.0-canary-06e89951-20250620"
25534
+ reconcilerVersion: "19.2.0-canary-bbc13fa1-20250624"
25535
25535
  };
25536
25536
  internals.overrideHookState = overrideHookState;
25537
25537
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25669,7 +25669,7 @@
25669
25669
  listenToAllSupportedEvents(container);
25670
25670
  return new ReactDOMHydrationRoot(initialChildren);
25671
25671
  };
25672
- exports.version = "19.2.0-canary-06e89951-20250620";
25672
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
25673
25673
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25674
25674
  "function" ===
25675
25675
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15713,14 +15713,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15713
15713
  };
15714
15714
  var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
15715
15715
  if (
15716
- "19.2.0-canary-06e89951-20250620" !==
15716
+ "19.2.0-canary-bbc13fa1-20250624" !==
15717
15717
  isomorphicReactPackageVersion$jscomp$inline_1851
15718
15718
  )
15719
15719
  throw Error(
15720
15720
  formatProdErrorMessage(
15721
15721
  527,
15722
15722
  isomorphicReactPackageVersion$jscomp$inline_1851,
15723
- "19.2.0-canary-06e89951-20250620"
15723
+ "19.2.0-canary-bbc13fa1-20250624"
15724
15724
  )
15725
15725
  );
15726
15726
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15742,10 +15742,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15742
15742
  };
15743
15743
  var internals$jscomp$inline_2344 = {
15744
15744
  bundleType: 0,
15745
- version: "19.2.0-canary-06e89951-20250620",
15745
+ version: "19.2.0-canary-bbc13fa1-20250624",
15746
15746
  rendererPackageName: "react-dom",
15747
15747
  currentDispatcherRef: ReactSharedInternals,
15748
- reconcilerVersion: "19.2.0-canary-06e89951-20250620"
15748
+ reconcilerVersion: "19.2.0-canary-bbc13fa1-20250624"
15749
15749
  };
15750
15750
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15751
15751
  var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15843,4 +15843,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15843
15843
  listenToAllSupportedEvents(container);
15844
15844
  return new ReactDOMHydrationRoot(initialChildren);
15845
15845
  };
15846
- exports.version = "19.2.0-canary-06e89951-20250620";
15846
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
@@ -25539,11 +25539,11 @@
25539
25539
  };
25540
25540
  (function () {
25541
25541
  var isomorphicReactPackageVersion = React.version;
25542
- if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
25542
+ if ("19.2.0-canary-bbc13fa1-20250624" !== isomorphicReactPackageVersion)
25543
25543
  throw Error(
25544
25544
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25545
25545
  (isomorphicReactPackageVersion +
25546
- "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
25546
+ "\n - react-dom: 19.2.0-canary-bbc13fa1-20250624\nLearn more: https://react.dev/warnings/version-mismatch")
25547
25547
  );
25548
25548
  })();
25549
25549
  ("function" === typeof Map &&
@@ -25580,10 +25580,10 @@
25580
25580
  !(function () {
25581
25581
  var internals = {
25582
25582
  bundleType: 1,
25583
- version: "19.2.0-canary-06e89951-20250620",
25583
+ version: "19.2.0-canary-bbc13fa1-20250624",
25584
25584
  rendererPackageName: "react-dom",
25585
25585
  currentDispatcherRef: ReactSharedInternals,
25586
- reconcilerVersion: "19.2.0-canary-06e89951-20250620"
25586
+ reconcilerVersion: "19.2.0-canary-bbc13fa1-20250624"
25587
25587
  };
25588
25588
  internals.overrideHookState = overrideHookState;
25589
25589
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26051,7 +26051,7 @@
26051
26051
  exports.useFormStatus = function () {
26052
26052
  return resolveDispatcher().useHostTransitionStatus();
26053
26053
  };
26054
- exports.version = "19.2.0-canary-06e89951-20250620";
26054
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
26055
26055
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26056
26056
  "function" ===
26057
26057
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -16414,14 +16414,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16414
16414
  };
16415
16415
  var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
16416
16416
  if (
16417
- "19.2.0-canary-06e89951-20250620" !==
16417
+ "19.2.0-canary-bbc13fa1-20250624" !==
16418
16418
  isomorphicReactPackageVersion$jscomp$inline_1955
16419
16419
  )
16420
16420
  throw Error(
16421
16421
  formatProdErrorMessage(
16422
16422
  527,
16423
16423
  isomorphicReactPackageVersion$jscomp$inline_1955,
16424
- "19.2.0-canary-06e89951-20250620"
16424
+ "19.2.0-canary-bbc13fa1-20250624"
16425
16425
  )
16426
16426
  );
16427
16427
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16443,10 +16443,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16443
16443
  };
16444
16444
  var internals$jscomp$inline_1962 = {
16445
16445
  bundleType: 0,
16446
- version: "19.2.0-canary-06e89951-20250620",
16446
+ version: "19.2.0-canary-bbc13fa1-20250624",
16447
16447
  rendererPackageName: "react-dom",
16448
16448
  currentDispatcherRef: ReactSharedInternals,
16449
- reconcilerVersion: "19.2.0-canary-06e89951-20250620",
16449
+ reconcilerVersion: "19.2.0-canary-bbc13fa1-20250624",
16450
16450
  getLaneLabelMap: function () {
16451
16451
  for (
16452
16452
  var map = new Map(), lane = 1, index$293 = 0;
@@ -16719,7 +16719,7 @@ exports.useFormState = function (action, initialState, permalink) {
16719
16719
  exports.useFormStatus = function () {
16720
16720
  return ReactSharedInternals.H.useHostTransitionStatus();
16721
16721
  };
16722
- exports.version = "19.2.0-canary-06e89951-20250620";
16722
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
16723
16723
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16724
16724
  "function" ===
16725
16725
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -50,11 +50,8 @@
50
50
  return "function" === typeof maybeIterable ? maybeIterable : null;
51
51
  }
52
52
  function objectName(object) {
53
- return Object.prototype.toString
54
- .call(object)
55
- .replace(/^\[object (.*)\]$/, function (m, p0) {
56
- return p0;
57
- });
53
+ object = Object.prototype.toString.call(object);
54
+ return object.slice(8, object.length - 1);
58
55
  }
59
56
  function describeKeyForErrorMessage(key) {
60
57
  var encodedKey = JSON.stringify(key);
@@ -9668,5 +9665,5 @@
9668
9665
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
9669
9666
  );
9670
9667
  };
9671
- exports.version = "19.2.0-canary-06e89951-20250620";
9668
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
9672
9669
  })();
@@ -6432,4 +6432,4 @@ exports.renderToString = function (children, options) {
6432
6432
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
6433
6433
  );
6434
6434
  };
6435
- exports.version = "19.2.0-canary-06e89951-20250620";
6435
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
@@ -50,11 +50,8 @@
50
50
  return "function" === typeof maybeIterable ? maybeIterable : null;
51
51
  }
52
52
  function objectName(object) {
53
- return Object.prototype.toString
54
- .call(object)
55
- .replace(/^\[object (.*)\]$/, function (m, p0) {
56
- return p0;
57
- });
53
+ object = Object.prototype.toString.call(object);
54
+ return object.slice(8, object.length - 1);
58
55
  }
59
56
  function describeKeyForErrorMessage(key) {
60
57
  var encodedKey = JSON.stringify(key);
@@ -9668,5 +9665,5 @@
9668
9665
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
9669
9666
  );
9670
9667
  };
9671
- exports.version = "19.2.0-canary-06e89951-20250620";
9668
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
9672
9669
  })();
@@ -6515,4 +6515,4 @@ exports.renderToString = function (children, options) {
6515
6515
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
6516
6516
  );
6517
6517
  };
6518
- exports.version = "19.2.0-canary-06e89951-20250620";
6518
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
@@ -50,11 +50,8 @@
50
50
  return "function" === typeof maybeIterable ? maybeIterable : null;
51
51
  }
52
52
  function objectName(object) {
53
- return Object.prototype.toString
54
- .call(object)
55
- .replace(/^\[object (.*)\]$/, function (m, p0) {
56
- return p0;
57
- });
53
+ object = Object.prototype.toString.call(object);
54
+ return object.slice(8, object.length - 1);
58
55
  }
59
56
  function describeKeyForErrorMessage(key) {
60
57
  var encodedKey = JSON.stringify(key);
@@ -8417,11 +8414,11 @@
8417
8414
  }
8418
8415
  function ensureCorrectIsomorphicReactVersion() {
8419
8416
  var isomorphicReactPackageVersion = React.version;
8420
- if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
8417
+ if ("19.2.0-canary-bbc13fa1-20250624" !== isomorphicReactPackageVersion)
8421
8418
  throw Error(
8422
8419
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8423
8420
  (isomorphicReactPackageVersion +
8424
- "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
8421
+ "\n - react-dom: 19.2.0-canary-bbc13fa1-20250624\nLearn more: https://react.dev/warnings/version-mismatch")
8425
8422
  );
8426
8423
  }
8427
8424
  var React = require("react"),
@@ -10111,5 +10108,5 @@
10111
10108
  startWork(request);
10112
10109
  });
10113
10110
  };
10114
- exports.version = "19.2.0-canary-06e89951-20250620";
10111
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
10115
10112
  })();
@@ -6818,12 +6818,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6818
6818
  }
6819
6819
  function ensureCorrectIsomorphicReactVersion() {
6820
6820
  var isomorphicReactPackageVersion = React.version;
6821
- if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
6821
+ if ("19.2.0-canary-bbc13fa1-20250624" !== isomorphicReactPackageVersion)
6822
6822
  throw Error(
6823
6823
  formatProdErrorMessage(
6824
6824
  527,
6825
6825
  isomorphicReactPackageVersion,
6826
- "19.2.0-canary-06e89951-20250620"
6826
+ "19.2.0-canary-bbc13fa1-20250624"
6827
6827
  )
6828
6828
  );
6829
6829
  }
@@ -6970,4 +6970,4 @@ exports.renderToReadableStream = function (children, options) {
6970
6970
  startWork(request);
6971
6971
  });
6972
6972
  };
6973
- exports.version = "19.2.0-canary-06e89951-20250620";
6973
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
@@ -40,11 +40,8 @@ var isArrayImpl = Array.isArray,
40
40
  jsxPropsParents = new WeakMap(),
41
41
  jsxChildrenParents = new WeakMap();
42
42
  function objectName(object) {
43
- return Object.prototype.toString
44
- .call(object)
45
- .replace(/^\[object (.*)\]$/, function (m, p0) {
46
- return p0;
47
- });
43
+ object = Object.prototype.toString.call(object);
44
+ return object.slice(8, object.length - 1);
48
45
  }
49
46
  function describeKeyForErrorMessage(key) {
50
47
  var encodedKey = JSON.stringify(key);
@@ -9292,13 +9289,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
9292
9289
  }
9293
9290
  var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
9294
9291
  if (
9295
- "19.2.0-canary-06e89951-20250620" !==
9292
+ "19.2.0-canary-bbc13fa1-20250624" !==
9296
9293
  isomorphicReactPackageVersion$jscomp$inline_761
9297
9294
  )
9298
9295
  throw Error(
9299
9296
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9300
9297
  (isomorphicReactPackageVersion$jscomp$inline_761 +
9301
- "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
9298
+ "\n - react-dom: 19.2.0-canary-bbc13fa1-20250624\nLearn more: https://react.dev/warnings/version-mismatch")
9302
9299
  );
9303
9300
  exports.renderToReadableStream = function (children, options) {
9304
9301
  return new Promise(function (resolve, reject) {
@@ -9391,4 +9388,4 @@ exports.renderToReadableStream = function (children, options) {
9391
9388
  startWork(request$jscomp$0);
9392
9389
  });
9393
9390
  };
9394
- exports.version = "19.2.0-canary-06e89951-20250620";
9391
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
@@ -6463,13 +6463,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6463
6463
  }
6464
6464
  var isomorphicReactPackageVersion$jscomp$inline_813 = React.version;
6465
6465
  if (
6466
- "19.2.0-canary-06e89951-20250620" !==
6466
+ "19.2.0-canary-bbc13fa1-20250624" !==
6467
6467
  isomorphicReactPackageVersion$jscomp$inline_813
6468
6468
  )
6469
6469
  throw Error(
6470
6470
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6471
6471
  (isomorphicReactPackageVersion$jscomp$inline_813 +
6472
- "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
6472
+ "\n - react-dom: 19.2.0-canary-bbc13fa1-20250624\nLearn more: https://react.dev/warnings/version-mismatch")
6473
6473
  );
6474
6474
  exports.renderToReadableStream = function (children, options) {
6475
6475
  return new Promise(function (resolve, reject) {
@@ -6560,4 +6560,4 @@ exports.renderToReadableStream = function (children, options) {
6560
6560
  startWork(request);
6561
6561
  });
6562
6562
  };
6563
- exports.version = "19.2.0-canary-06e89951-20250620";
6563
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
@@ -50,11 +50,8 @@
50
50
  return "function" === typeof maybeIterable ? maybeIterable : null;
51
51
  }
52
52
  function objectName(object) {
53
- return Object.prototype.toString
54
- .call(object)
55
- .replace(/^\[object (.*)\]$/, function (m, p0) {
56
- return p0;
57
- });
53
+ object = Object.prototype.toString.call(object);
54
+ return object.slice(8, object.length - 1);
58
55
  }
59
56
  function describeKeyForErrorMessage(key) {
60
57
  var encodedKey = JSON.stringify(key);
@@ -8440,11 +8437,11 @@
8440
8437
  }
8441
8438
  function ensureCorrectIsomorphicReactVersion() {
8442
8439
  var isomorphicReactPackageVersion = React.version;
8443
- if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
8440
+ if ("19.2.0-canary-bbc13fa1-20250624" !== isomorphicReactPackageVersion)
8444
8441
  throw Error(
8445
8442
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8446
8443
  (isomorphicReactPackageVersion +
8447
- "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
8444
+ "\n - react-dom: 19.2.0-canary-bbc13fa1-20250624\nLearn more: https://react.dev/warnings/version-mismatch")
8448
8445
  );
8449
8446
  }
8450
8447
  var React = require("react"),
@@ -10130,5 +10127,5 @@
10130
10127
  startWork(request);
10131
10128
  });
10132
10129
  };
10133
- exports.version = "19.2.0-canary-06e89951-20250620";
10130
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
10134
10131
  })();
@@ -6916,11 +6916,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6916
6916
  }
6917
6917
  function ensureCorrectIsomorphicReactVersion() {
6918
6918
  var isomorphicReactPackageVersion = React.version;
6919
- if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
6919
+ if ("19.2.0-canary-bbc13fa1-20250624" !== isomorphicReactPackageVersion)
6920
6920
  throw Error(
6921
6921
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6922
6922
  (isomorphicReactPackageVersion +
6923
- "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
6923
+ "\n - react-dom: 19.2.0-canary-bbc13fa1-20250624\nLearn more: https://react.dev/warnings/version-mismatch")
6924
6924
  );
6925
6925
  }
6926
6926
  ensureCorrectIsomorphicReactVersion();
@@ -7066,4 +7066,4 @@ exports.renderToReadableStream = function (children, options) {
7066
7066
  startWork(request);
7067
7067
  });
7068
7068
  };
7069
- exports.version = "19.2.0-canary-06e89951-20250620";
7069
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
@@ -26,11 +26,8 @@
26
26
  return "function" === typeof maybeIterable ? maybeIterable : null;
27
27
  }
28
28
  function objectName(object) {
29
- return Object.prototype.toString
30
- .call(object)
31
- .replace(/^\[object (.*)\]$/, function (m, p0) {
32
- return p0;
33
- });
29
+ object = Object.prototype.toString.call(object);
30
+ return object.slice(8, object.length - 1);
34
31
  }
35
32
  function describeKeyForErrorMessage(key) {
36
33
  var encodedKey = JSON.stringify(key);
@@ -8315,11 +8312,11 @@
8315
8312
  }
8316
8313
  function ensureCorrectIsomorphicReactVersion() {
8317
8314
  var isomorphicReactPackageVersion = React.version;
8318
- if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
8315
+ if ("19.2.0-canary-bbc13fa1-20250624" !== isomorphicReactPackageVersion)
8319
8316
  throw Error(
8320
8317
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8321
8318
  (isomorphicReactPackageVersion +
8322
- "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
8319
+ "\n - react-dom: 19.2.0-canary-bbc13fa1-20250624\nLearn more: https://react.dev/warnings/version-mismatch")
8323
8320
  );
8324
8321
  }
8325
8322
  function createDrainHandler(destination, request) {
@@ -10190,5 +10187,5 @@
10190
10187
  startWork(request);
10191
10188
  });
10192
10189
  };
10193
- exports.version = "19.2.0-canary-06e89951-20250620";
10190
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
10194
10191
  })();
@@ -6808,11 +6808,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6808
6808
  }
6809
6809
  function ensureCorrectIsomorphicReactVersion() {
6810
6810
  var isomorphicReactPackageVersion = React.version;
6811
- if ("19.2.0-canary-06e89951-20250620" !== isomorphicReactPackageVersion)
6811
+ if ("19.2.0-canary-bbc13fa1-20250624" !== isomorphicReactPackageVersion)
6812
6812
  throw Error(
6813
6813
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6814
6814
  (isomorphicReactPackageVersion +
6815
- "\n - react-dom: 19.2.0-canary-06e89951-20250620\nLearn more: https://react.dev/warnings/version-mismatch")
6815
+ "\n - react-dom: 19.2.0-canary-bbc13fa1-20250624\nLearn more: https://react.dev/warnings/version-mismatch")
6816
6816
  );
6817
6817
  }
6818
6818
  ensureCorrectIsomorphicReactVersion();
@@ -7150,4 +7150,4 @@ exports.renderToReadableStream = function (children, options) {
7150
7150
  startWork(request);
7151
7151
  });
7152
7152
  };
7153
- exports.version = "19.2.0-canary-06e89951-20250620";
7153
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-06e89951-20250620";
419
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
420
420
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
421
421
  "function" ===
422
422
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) {
207
207
  exports.useFormStatus = function () {
208
208
  return ReactSharedInternals.H.useHostTransitionStatus();
209
209
  };
210
- exports.version = "19.2.0-canary-06e89951-20250620";
210
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-06e89951-20250620";
339
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
340
340
  })();
@@ -149,4 +149,4 @@ exports.preloadModule = function (href, options) {
149
149
  });
150
150
  } else Internals.d.m(href);
151
151
  };
152
- exports.version = "19.2.0-canary-06e89951-20250620";
152
+ exports.version = "19.2.0-canary-bbc13fa1-20250624";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-06e89951-20250620",
3
+ "version": "19.2.0-canary-bbc13fa1-20250624",
4
4
  "description": "React package for working with the DOM.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "homepage": "https://react.dev/",
19
19
  "dependencies": {
20
- "scheduler": "0.27.0-canary-06e89951-20250620"
20
+ "scheduler": "0.27.0-canary-bbc13fa1-20250624"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-06e89951-20250620"
23
+ "react": "19.2.0-canary-bbc13fa1-20250624"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",