react-dom 19.2.0-canary-63779030-20250328 → 19.2.0-canary-e5dd82a7-20250401

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.
@@ -6229,12 +6229,12 @@ function abort(request, reason) {
6229
6229
  }
6230
6230
  function ensureCorrectIsomorphicReactVersion() {
6231
6231
  var isomorphicReactPackageVersion = React.version;
6232
- if ("19.2.0-canary-63779030-20250328" !== isomorphicReactPackageVersion)
6232
+ if ("19.2.0-canary-e5dd82a7-20250401" !== isomorphicReactPackageVersion)
6233
6233
  throw Error(
6234
6234
  formatProdErrorMessage(
6235
6235
  527,
6236
6236
  isomorphicReactPackageVersion,
6237
- "19.2.0-canary-63779030-20250328"
6237
+ "19.2.0-canary-e5dd82a7-20250401"
6238
6238
  )
6239
6239
  );
6240
6240
  }
@@ -6381,4 +6381,4 @@ exports.renderToReadableStream = function (children, options) {
6381
6381
  startWork(request);
6382
6382
  });
6383
6383
  };
6384
- exports.version = "19.2.0-canary-63779030-20250328";
6384
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
@@ -8637,13 +8637,13 @@ function abort(request, reason) {
8637
8637
  }
8638
8638
  var isomorphicReactPackageVersion$jscomp$inline_743 = React.version;
8639
8639
  if (
8640
- "19.2.0-canary-63779030-20250328" !==
8640
+ "19.2.0-canary-e5dd82a7-20250401" !==
8641
8641
  isomorphicReactPackageVersion$jscomp$inline_743
8642
8642
  )
8643
8643
  throw Error(
8644
8644
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8645
8645
  (isomorphicReactPackageVersion$jscomp$inline_743 +
8646
- "\n - react-dom: 19.2.0-canary-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
8646
+ "\n - react-dom: 19.2.0-canary-e5dd82a7-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
8647
8647
  );
8648
8648
  exports.renderToReadableStream = function (children, options) {
8649
8649
  return new Promise(function (resolve, reject) {
@@ -8736,4 +8736,4 @@ exports.renderToReadableStream = function (children, options) {
8736
8736
  startWork(request$jscomp$0);
8737
8737
  });
8738
8738
  };
8739
- exports.version = "19.2.0-canary-63779030-20250328";
8739
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
@@ -5867,13 +5867,13 @@ function abort(request, reason) {
5867
5867
  }
5868
5868
  var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
5869
5869
  if (
5870
- "19.2.0-canary-63779030-20250328" !==
5870
+ "19.2.0-canary-e5dd82a7-20250401" !==
5871
5871
  isomorphicReactPackageVersion$jscomp$inline_761
5872
5872
  )
5873
5873
  throw Error(
5874
5874
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5875
5875
  (isomorphicReactPackageVersion$jscomp$inline_761 +
5876
- "\n - react-dom: 19.2.0-canary-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
5876
+ "\n - react-dom: 19.2.0-canary-e5dd82a7-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
5877
5877
  );
5878
5878
  exports.renderToReadableStream = function (children, options) {
5879
5879
  return new Promise(function (resolve, reject) {
@@ -5964,4 +5964,4 @@ exports.renderToReadableStream = function (children, options) {
5964
5964
  startWork(request);
5965
5965
  });
5966
5966
  };
5967
- exports.version = "19.2.0-canary-63779030-20250328";
5967
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
@@ -7769,11 +7769,11 @@
7769
7769
  }
7770
7770
  function ensureCorrectIsomorphicReactVersion() {
7771
7771
  var isomorphicReactPackageVersion = React.version;
7772
- if ("19.2.0-canary-63779030-20250328" !== isomorphicReactPackageVersion)
7772
+ if ("19.2.0-canary-e5dd82a7-20250401" !== isomorphicReactPackageVersion)
7773
7773
  throw Error(
7774
7774
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7775
7775
  (isomorphicReactPackageVersion +
7776
- "\n - react-dom: 19.2.0-canary-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
7776
+ "\n - react-dom: 19.2.0-canary-e5dd82a7-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
7777
7777
  );
7778
7778
  }
7779
7779
  var React = require("react"),
@@ -9439,5 +9439,5 @@
9439
9439
  startWork(request);
9440
9440
  });
9441
9441
  };
9442
- exports.version = "19.2.0-canary-63779030-20250328";
9442
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
9443
9443
  })();
@@ -6324,11 +6324,11 @@ function abort(request, reason) {
6324
6324
  }
6325
6325
  function ensureCorrectIsomorphicReactVersion() {
6326
6326
  var isomorphicReactPackageVersion = React.version;
6327
- if ("19.2.0-canary-63779030-20250328" !== isomorphicReactPackageVersion)
6327
+ if ("19.2.0-canary-e5dd82a7-20250401" !== isomorphicReactPackageVersion)
6328
6328
  throw Error(
6329
6329
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6330
6330
  (isomorphicReactPackageVersion +
6331
- "\n - react-dom: 19.2.0-canary-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
6331
+ "\n - react-dom: 19.2.0-canary-e5dd82a7-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
6332
6332
  );
6333
6333
  }
6334
6334
  ensureCorrectIsomorphicReactVersion();
@@ -6474,4 +6474,4 @@ exports.renderToReadableStream = function (children, options) {
6474
6474
  startWork(request);
6475
6475
  });
6476
6476
  };
6477
- exports.version = "19.2.0-canary-63779030-20250328";
6477
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
@@ -7644,11 +7644,11 @@
7644
7644
  }
7645
7645
  function ensureCorrectIsomorphicReactVersion() {
7646
7646
  var isomorphicReactPackageVersion = React.version;
7647
- if ("19.2.0-canary-63779030-20250328" !== isomorphicReactPackageVersion)
7647
+ if ("19.2.0-canary-e5dd82a7-20250401" !== isomorphicReactPackageVersion)
7648
7648
  throw Error(
7649
7649
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7650
7650
  (isomorphicReactPackageVersion +
7651
- "\n - react-dom: 19.2.0-canary-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
7651
+ "\n - react-dom: 19.2.0-canary-e5dd82a7-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
7652
7652
  );
7653
7653
  }
7654
7654
  function createDrainHandler(destination, request) {
@@ -9313,5 +9313,5 @@
9313
9313
  }
9314
9314
  };
9315
9315
  };
9316
- exports.version = "19.2.0-canary-63779030-20250328";
9316
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
9317
9317
  })();
@@ -6216,11 +6216,11 @@ function abort(request, reason) {
6216
6216
  }
6217
6217
  function ensureCorrectIsomorphicReactVersion() {
6218
6218
  var isomorphicReactPackageVersion = React.version;
6219
- if ("19.2.0-canary-63779030-20250328" !== isomorphicReactPackageVersion)
6219
+ if ("19.2.0-canary-e5dd82a7-20250401" !== isomorphicReactPackageVersion)
6220
6220
  throw Error(
6221
6221
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6222
6222
  (isomorphicReactPackageVersion +
6223
- "\n - react-dom: 19.2.0-canary-63779030-20250328\nLearn more: https://react.dev/warnings/version-mismatch")
6223
+ "\n - react-dom: 19.2.0-canary-e5dd82a7-20250401\nLearn more: https://react.dev/warnings/version-mismatch")
6224
6224
  );
6225
6225
  }
6226
6226
  ensureCorrectIsomorphicReactVersion();
@@ -6369,4 +6369,4 @@ exports.renderToPipeableStream = function (children, options) {
6369
6369
  }
6370
6370
  };
6371
6371
  };
6372
- exports.version = "19.2.0-canary-63779030-20250328";
6372
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-63779030-20250328";
419
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
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-63779030-20250328";
210
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-63779030-20250328";
339
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
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-63779030-20250328";
152
+ exports.version = "19.2.0-canary-e5dd82a7-20250401";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-63779030-20250328",
3
+ "version": "19.2.0-canary-e5dd82a7-20250401",
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-63779030-20250328"
20
+ "scheduler": "0.27.0-canary-e5dd82a7-20250401"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-63779030-20250328"
23
+ "react": "19.2.0-canary-e5dd82a7-20250401"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",