react-dom 19.1.0-canary-8a7b487e-20250218 → 19.1.0-canary-a84862db-20250218

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.
@@ -24756,11 +24756,11 @@
24756
24756
  };
24757
24757
  (function () {
24758
24758
  var isomorphicReactPackageVersion = React.version;
24759
- if ("19.1.0-canary-8a7b487e-20250218" !== isomorphicReactPackageVersion)
24759
+ if ("19.1.0-canary-a84862db-20250218" !== isomorphicReactPackageVersion)
24760
24760
  throw Error(
24761
24761
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24762
24762
  (isomorphicReactPackageVersion +
24763
- "\n - react-dom: 19.1.0-canary-8a7b487e-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
24763
+ "\n - react-dom: 19.1.0-canary-a84862db-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
24764
24764
  );
24765
24765
  })();
24766
24766
  ("function" === typeof Map &&
@@ -24797,10 +24797,10 @@
24797
24797
  !(function () {
24798
24798
  var internals = {
24799
24799
  bundleType: 1,
24800
- version: "19.1.0-canary-8a7b487e-20250218",
24800
+ version: "19.1.0-canary-a84862db-20250218",
24801
24801
  rendererPackageName: "react-dom",
24802
24802
  currentDispatcherRef: ReactSharedInternals,
24803
- reconcilerVersion: "19.1.0-canary-8a7b487e-20250218"
24803
+ reconcilerVersion: "19.1.0-canary-a84862db-20250218"
24804
24804
  };
24805
24805
  internals.overrideHookState = overrideHookState;
24806
24806
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24944,7 +24944,7 @@
24944
24944
  listenToAllSupportedEvents(container);
24945
24945
  return new ReactDOMHydrationRoot(initialChildren);
24946
24946
  };
24947
- exports.version = "19.1.0-canary-8a7b487e-20250218";
24947
+ exports.version = "19.1.0-canary-a84862db-20250218";
24948
24948
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24949
24949
  "function" ===
24950
24950
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15252,14 +15252,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15252
15252
  };
15253
15253
  var isomorphicReactPackageVersion$jscomp$inline_1762 = React.version;
15254
15254
  if (
15255
- "19.1.0-canary-8a7b487e-20250218" !==
15255
+ "19.1.0-canary-a84862db-20250218" !==
15256
15256
  isomorphicReactPackageVersion$jscomp$inline_1762
15257
15257
  )
15258
15258
  throw Error(
15259
15259
  formatProdErrorMessage(
15260
15260
  527,
15261
15261
  isomorphicReactPackageVersion$jscomp$inline_1762,
15262
- "19.1.0-canary-8a7b487e-20250218"
15262
+ "19.1.0-canary-a84862db-20250218"
15263
15263
  )
15264
15264
  );
15265
15265
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15281,10 +15281,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15281
15281
  };
15282
15282
  var internals$jscomp$inline_2243 = {
15283
15283
  bundleType: 0,
15284
- version: "19.1.0-canary-8a7b487e-20250218",
15284
+ version: "19.1.0-canary-a84862db-20250218",
15285
15285
  rendererPackageName: "react-dom",
15286
15286
  currentDispatcherRef: ReactSharedInternals,
15287
- reconcilerVersion: "19.1.0-canary-8a7b487e-20250218"
15287
+ reconcilerVersion: "19.1.0-canary-a84862db-20250218"
15288
15288
  };
15289
15289
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15290
15290
  var hook$jscomp$inline_2244 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15388,4 +15388,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15388
15388
  listenToAllSupportedEvents(container);
15389
15389
  return new ReactDOMHydrationRoot(initialChildren);
15390
15390
  };
15391
- exports.version = "19.1.0-canary-8a7b487e-20250218";
15391
+ exports.version = "19.1.0-canary-a84862db-20250218";
@@ -24813,11 +24813,11 @@
24813
24813
  };
24814
24814
  (function () {
24815
24815
  var isomorphicReactPackageVersion = React.version;
24816
- if ("19.1.0-canary-8a7b487e-20250218" !== isomorphicReactPackageVersion)
24816
+ if ("19.1.0-canary-a84862db-20250218" !== isomorphicReactPackageVersion)
24817
24817
  throw Error(
24818
24818
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24819
24819
  (isomorphicReactPackageVersion +
24820
- "\n - react-dom: 19.1.0-canary-8a7b487e-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
24820
+ "\n - react-dom: 19.1.0-canary-a84862db-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
24821
24821
  );
24822
24822
  })();
24823
24823
  ("function" === typeof Map &&
@@ -24854,10 +24854,10 @@
24854
24854
  !(function () {
24855
24855
  var internals = {
24856
24856
  bundleType: 1,
24857
- version: "19.1.0-canary-8a7b487e-20250218",
24857
+ version: "19.1.0-canary-a84862db-20250218",
24858
24858
  rendererPackageName: "react-dom",
24859
24859
  currentDispatcherRef: ReactSharedInternals,
24860
- reconcilerVersion: "19.1.0-canary-8a7b487e-20250218"
24860
+ reconcilerVersion: "19.1.0-canary-a84862db-20250218"
24861
24861
  };
24862
24862
  internals.overrideHookState = overrideHookState;
24863
24863
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25331,7 +25331,7 @@
25331
25331
  exports.useFormStatus = function () {
25332
25332
  return resolveDispatcher().useHostTransitionStatus();
25333
25333
  };
25334
- exports.version = "19.1.0-canary-8a7b487e-20250218";
25334
+ exports.version = "19.1.0-canary-a84862db-20250218";
25335
25335
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25336
25336
  "function" ===
25337
25337
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15900,14 +15900,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15900
15900
  };
15901
15901
  var isomorphicReactPackageVersion$jscomp$inline_1858 = React.version;
15902
15902
  if (
15903
- "19.1.0-canary-8a7b487e-20250218" !==
15903
+ "19.1.0-canary-a84862db-20250218" !==
15904
15904
  isomorphicReactPackageVersion$jscomp$inline_1858
15905
15905
  )
15906
15906
  throw Error(
15907
15907
  formatProdErrorMessage(
15908
15908
  527,
15909
15909
  isomorphicReactPackageVersion$jscomp$inline_1858,
15910
- "19.1.0-canary-8a7b487e-20250218"
15910
+ "19.1.0-canary-a84862db-20250218"
15911
15911
  )
15912
15912
  );
15913
15913
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15929,10 +15929,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15929
15929
  };
15930
15930
  var internals$jscomp$inline_1865 = {
15931
15931
  bundleType: 0,
15932
- version: "19.1.0-canary-8a7b487e-20250218",
15932
+ version: "19.1.0-canary-a84862db-20250218",
15933
15933
  rendererPackageName: "react-dom",
15934
15934
  currentDispatcherRef: ReactSharedInternals,
15935
- reconcilerVersion: "19.1.0-canary-8a7b487e-20250218",
15935
+ reconcilerVersion: "19.1.0-canary-a84862db-20250218",
15936
15936
  getLaneLabelMap: function () {
15937
15937
  for (
15938
15938
  var map = new Map(), lane = 1, index$281 = 0;
@@ -16212,7 +16212,7 @@ exports.useFormState = function (action, initialState, permalink) {
16212
16212
  exports.useFormStatus = function () {
16213
16213
  return ReactSharedInternals.H.useHostTransitionStatus();
16214
16214
  };
16215
- exports.version = "19.1.0-canary-8a7b487e-20250218";
16215
+ exports.version = "19.1.0-canary-a84862db-20250218";
16216
16216
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16217
16217
  "function" ===
16218
16218
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9008,5 +9008,5 @@
9008
9008
  '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'
9009
9009
  );
9010
9010
  };
9011
- exports.version = "19.1.0-canary-8a7b487e-20250218";
9011
+ exports.version = "19.1.0-canary-a84862db-20250218";
9012
9012
  })();
@@ -5885,4 +5885,4 @@ exports.renderToString = function (children, options) {
5885
5885
  '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'
5886
5886
  );
5887
5887
  };
5888
- exports.version = "19.1.0-canary-8a7b487e-20250218";
5888
+ exports.version = "19.1.0-canary-a84862db-20250218";
@@ -9008,5 +9008,5 @@
9008
9008
  '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'
9009
9009
  );
9010
9010
  };
9011
- exports.version = "19.1.0-canary-8a7b487e-20250218";
9011
+ exports.version = "19.1.0-canary-a84862db-20250218";
9012
9012
  })();
@@ -5965,4 +5965,4 @@ exports.renderToString = function (children, options) {
5965
5965
  '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'
5966
5966
  );
5967
5967
  };
5968
- exports.version = "19.1.0-canary-8a7b487e-20250218";
5968
+ exports.version = "19.1.0-canary-a84862db-20250218";
@@ -7739,11 +7739,11 @@
7739
7739
  }
7740
7740
  function ensureCorrectIsomorphicReactVersion() {
7741
7741
  var isomorphicReactPackageVersion = React.version;
7742
- if ("19.1.0-canary-8a7b487e-20250218" !== isomorphicReactPackageVersion)
7742
+ if ("19.1.0-canary-a84862db-20250218" !== isomorphicReactPackageVersion)
7743
7743
  throw Error(
7744
7744
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7745
7745
  (isomorphicReactPackageVersion +
7746
- "\n - react-dom: 19.1.0-canary-8a7b487e-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
7746
+ "\n - react-dom: 19.1.0-canary-a84862db-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
7747
7747
  );
7748
7748
  }
7749
7749
  var React = require("react"),
@@ -9397,5 +9397,5 @@
9397
9397
  startWork(request);
9398
9398
  });
9399
9399
  };
9400
- exports.version = "19.1.0-canary-8a7b487e-20250218";
9400
+ exports.version = "19.1.0-canary-a84862db-20250218";
9401
9401
  })();
@@ -6225,12 +6225,12 @@ function abort(request, reason) {
6225
6225
  }
6226
6226
  function ensureCorrectIsomorphicReactVersion() {
6227
6227
  var isomorphicReactPackageVersion = React.version;
6228
- if ("19.1.0-canary-8a7b487e-20250218" !== isomorphicReactPackageVersion)
6228
+ if ("19.1.0-canary-a84862db-20250218" !== isomorphicReactPackageVersion)
6229
6229
  throw Error(
6230
6230
  formatProdErrorMessage(
6231
6231
  527,
6232
6232
  isomorphicReactPackageVersion,
6233
- "19.1.0-canary-8a7b487e-20250218"
6233
+ "19.1.0-canary-a84862db-20250218"
6234
6234
  )
6235
6235
  );
6236
6236
  }
@@ -6377,4 +6377,4 @@ exports.renderToReadableStream = function (children, options) {
6377
6377
  startWork(request);
6378
6378
  });
6379
6379
  };
6380
- exports.version = "19.1.0-canary-8a7b487e-20250218";
6380
+ exports.version = "19.1.0-canary-a84862db-20250218";
@@ -8616,13 +8616,13 @@ function abort(request, reason) {
8616
8616
  }
8617
8617
  var isomorphicReactPackageVersion$jscomp$inline_740 = React.version;
8618
8618
  if (
8619
- "19.1.0-canary-8a7b487e-20250218" !==
8619
+ "19.1.0-canary-a84862db-20250218" !==
8620
8620
  isomorphicReactPackageVersion$jscomp$inline_740
8621
8621
  )
8622
8622
  throw Error(
8623
8623
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8624
8624
  (isomorphicReactPackageVersion$jscomp$inline_740 +
8625
- "\n - react-dom: 19.1.0-canary-8a7b487e-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
8625
+ "\n - react-dom: 19.1.0-canary-a84862db-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
8626
8626
  );
8627
8627
  exports.renderToReadableStream = function (children, options) {
8628
8628
  return new Promise(function (resolve, reject) {
@@ -8715,4 +8715,4 @@ exports.renderToReadableStream = function (children, options) {
8715
8715
  startWork(request$jscomp$0);
8716
8716
  });
8717
8717
  };
8718
- exports.version = "19.1.0-canary-8a7b487e-20250218";
8718
+ exports.version = "19.1.0-canary-a84862db-20250218";
@@ -5863,13 +5863,13 @@ function abort(request, reason) {
5863
5863
  }
5864
5864
  var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
5865
5865
  if (
5866
- "19.1.0-canary-8a7b487e-20250218" !==
5866
+ "19.1.0-canary-a84862db-20250218" !==
5867
5867
  isomorphicReactPackageVersion$jscomp$inline_761
5868
5868
  )
5869
5869
  throw Error(
5870
5870
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5871
5871
  (isomorphicReactPackageVersion$jscomp$inline_761 +
5872
- "\n - react-dom: 19.1.0-canary-8a7b487e-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
5872
+ "\n - react-dom: 19.1.0-canary-a84862db-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
5873
5873
  );
5874
5874
  exports.renderToReadableStream = function (children, options) {
5875
5875
  return new Promise(function (resolve, reject) {
@@ -5960,4 +5960,4 @@ exports.renderToReadableStream = function (children, options) {
5960
5960
  startWork(request);
5961
5961
  });
5962
5962
  };
5963
- exports.version = "19.1.0-canary-8a7b487e-20250218";
5963
+ exports.version = "19.1.0-canary-a84862db-20250218";
@@ -7762,11 +7762,11 @@
7762
7762
  }
7763
7763
  function ensureCorrectIsomorphicReactVersion() {
7764
7764
  var isomorphicReactPackageVersion = React.version;
7765
- if ("19.1.0-canary-8a7b487e-20250218" !== isomorphicReactPackageVersion)
7765
+ if ("19.1.0-canary-a84862db-20250218" !== isomorphicReactPackageVersion)
7766
7766
  throw Error(
7767
7767
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7768
7768
  (isomorphicReactPackageVersion +
7769
- "\n - react-dom: 19.1.0-canary-8a7b487e-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
7769
+ "\n - react-dom: 19.1.0-canary-a84862db-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
7770
7770
  );
7771
7771
  }
7772
7772
  var React = require("react"),
@@ -9416,5 +9416,5 @@
9416
9416
  startWork(request);
9417
9417
  });
9418
9418
  };
9419
- exports.version = "19.1.0-canary-8a7b487e-20250218";
9419
+ exports.version = "19.1.0-canary-a84862db-20250218";
9420
9420
  })();
@@ -6320,11 +6320,11 @@ function abort(request, reason) {
6320
6320
  }
6321
6321
  function ensureCorrectIsomorphicReactVersion() {
6322
6322
  var isomorphicReactPackageVersion = React.version;
6323
- if ("19.1.0-canary-8a7b487e-20250218" !== isomorphicReactPackageVersion)
6323
+ if ("19.1.0-canary-a84862db-20250218" !== isomorphicReactPackageVersion)
6324
6324
  throw Error(
6325
6325
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6326
6326
  (isomorphicReactPackageVersion +
6327
- "\n - react-dom: 19.1.0-canary-8a7b487e-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
6327
+ "\n - react-dom: 19.1.0-canary-a84862db-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
6328
6328
  );
6329
6329
  }
6330
6330
  ensureCorrectIsomorphicReactVersion();
@@ -6470,4 +6470,4 @@ exports.renderToReadableStream = function (children, options) {
6470
6470
  startWork(request);
6471
6471
  });
6472
6472
  };
6473
- exports.version = "19.1.0-canary-8a7b487e-20250218";
6473
+ exports.version = "19.1.0-canary-a84862db-20250218";
@@ -7637,11 +7637,11 @@
7637
7637
  }
7638
7638
  function ensureCorrectIsomorphicReactVersion() {
7639
7639
  var isomorphicReactPackageVersion = React.version;
7640
- if ("19.1.0-canary-8a7b487e-20250218" !== isomorphicReactPackageVersion)
7640
+ if ("19.1.0-canary-a84862db-20250218" !== isomorphicReactPackageVersion)
7641
7641
  throw Error(
7642
7642
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7643
7643
  (isomorphicReactPackageVersion +
7644
- "\n - react-dom: 19.1.0-canary-8a7b487e-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
7644
+ "\n - react-dom: 19.1.0-canary-a84862db-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
7645
7645
  );
7646
7646
  }
7647
7647
  function createDrainHandler(destination, request) {
@@ -9290,5 +9290,5 @@
9290
9290
  }
9291
9291
  };
9292
9292
  };
9293
- exports.version = "19.1.0-canary-8a7b487e-20250218";
9293
+ exports.version = "19.1.0-canary-a84862db-20250218";
9294
9294
  })();
@@ -6212,11 +6212,11 @@ function abort(request, reason) {
6212
6212
  }
6213
6213
  function ensureCorrectIsomorphicReactVersion() {
6214
6214
  var isomorphicReactPackageVersion = React.version;
6215
- if ("19.1.0-canary-8a7b487e-20250218" !== isomorphicReactPackageVersion)
6215
+ if ("19.1.0-canary-a84862db-20250218" !== isomorphicReactPackageVersion)
6216
6216
  throw Error(
6217
6217
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6218
6218
  (isomorphicReactPackageVersion +
6219
- "\n - react-dom: 19.1.0-canary-8a7b487e-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
6219
+ "\n - react-dom: 19.1.0-canary-a84862db-20250218\nLearn more: https://react.dev/warnings/version-mismatch")
6220
6220
  );
6221
6221
  }
6222
6222
  ensureCorrectIsomorphicReactVersion();
@@ -6365,4 +6365,4 @@ exports.renderToPipeableStream = function (children, options) {
6365
6365
  }
6366
6366
  };
6367
6367
  };
6368
- exports.version = "19.1.0-canary-8a7b487e-20250218";
6368
+ exports.version = "19.1.0-canary-a84862db-20250218";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.1.0-canary-8a7b487e-20250218";
419
+ exports.version = "19.1.0-canary-a84862db-20250218";
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.1.0-canary-8a7b487e-20250218";
210
+ exports.version = "19.1.0-canary-a84862db-20250218";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.1.0-canary-8a7b487e-20250218";
339
+ exports.version = "19.1.0-canary-a84862db-20250218";
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.1.0-canary-8a7b487e-20250218";
152
+ exports.version = "19.1.0-canary-a84862db-20250218";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.1.0-canary-8a7b487e-20250218",
3
+ "version": "19.1.0-canary-a84862db-20250218",
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.26.0-canary-8a7b487e-20250218"
20
+ "scheduler": "0.26.0-canary-a84862db-20250218"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.1.0-canary-8a7b487e-20250218"
23
+ "react": "19.1.0-canary-a84862db-20250218"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",