react-dom 19.1.0-canary-74ea0c73-20250109 → 19.1.0-canary-056073de-20250109

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.
@@ -24561,11 +24561,11 @@
24561
24561
  };
24562
24562
  (function () {
24563
24563
  var isomorphicReactPackageVersion = React.version;
24564
- if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
24564
+ if ("19.1.0-canary-056073de-20250109" !== isomorphicReactPackageVersion)
24565
24565
  throw Error(
24566
24566
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24567
24567
  (isomorphicReactPackageVersion +
24568
- "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
24568
+ "\n - react-dom: 19.1.0-canary-056073de-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
24569
24569
  );
24570
24570
  })();
24571
24571
  ("function" === typeof Map &&
@@ -24602,10 +24602,10 @@
24602
24602
  !(function () {
24603
24603
  var internals = {
24604
24604
  bundleType: 1,
24605
- version: "19.1.0-canary-74ea0c73-20250109",
24605
+ version: "19.1.0-canary-056073de-20250109",
24606
24606
  rendererPackageName: "react-dom",
24607
24607
  currentDispatcherRef: ReactSharedInternals,
24608
- reconcilerVersion: "19.1.0-canary-74ea0c73-20250109"
24608
+ reconcilerVersion: "19.1.0-canary-056073de-20250109"
24609
24609
  };
24610
24610
  internals.overrideHookState = overrideHookState;
24611
24611
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24751,7 +24751,7 @@
24751
24751
  listenToAllSupportedEvents(container);
24752
24752
  return new ReactDOMHydrationRoot(initialChildren);
24753
24753
  };
24754
- exports.version = "19.1.0-canary-74ea0c73-20250109";
24754
+ exports.version = "19.1.0-canary-056073de-20250109";
24755
24755
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24756
24756
  "function" ===
24757
24757
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15195,14 +15195,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15195
15195
  };
15196
15196
  var isomorphicReactPackageVersion$jscomp$inline_1721 = React.version;
15197
15197
  if (
15198
- "19.1.0-canary-74ea0c73-20250109" !==
15198
+ "19.1.0-canary-056073de-20250109" !==
15199
15199
  isomorphicReactPackageVersion$jscomp$inline_1721
15200
15200
  )
15201
15201
  throw Error(
15202
15202
  formatProdErrorMessage(
15203
15203
  527,
15204
15204
  isomorphicReactPackageVersion$jscomp$inline_1721,
15205
- "19.1.0-canary-74ea0c73-20250109"
15205
+ "19.1.0-canary-056073de-20250109"
15206
15206
  )
15207
15207
  );
15208
15208
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15224,10 +15224,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15224
15224
  };
15225
15225
  var internals$jscomp$inline_2190 = {
15226
15226
  bundleType: 0,
15227
- version: "19.1.0-canary-74ea0c73-20250109",
15227
+ version: "19.1.0-canary-056073de-20250109",
15228
15228
  rendererPackageName: "react-dom",
15229
15229
  currentDispatcherRef: ReactSharedInternals,
15230
- reconcilerVersion: "19.1.0-canary-74ea0c73-20250109"
15230
+ reconcilerVersion: "19.1.0-canary-056073de-20250109"
15231
15231
  };
15232
15232
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15233
15233
  var hook$jscomp$inline_2191 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15333,4 +15333,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15333
15333
  listenToAllSupportedEvents(container);
15334
15334
  return new ReactDOMHydrationRoot(initialChildren);
15335
15335
  };
15336
- exports.version = "19.1.0-canary-74ea0c73-20250109";
15336
+ exports.version = "19.1.0-canary-056073de-20250109";
@@ -24618,11 +24618,11 @@
24618
24618
  };
24619
24619
  (function () {
24620
24620
  var isomorphicReactPackageVersion = React.version;
24621
- if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
24621
+ if ("19.1.0-canary-056073de-20250109" !== isomorphicReactPackageVersion)
24622
24622
  throw Error(
24623
24623
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24624
24624
  (isomorphicReactPackageVersion +
24625
- "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
24625
+ "\n - react-dom: 19.1.0-canary-056073de-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
24626
24626
  );
24627
24627
  })();
24628
24628
  ("function" === typeof Map &&
@@ -24659,10 +24659,10 @@
24659
24659
  !(function () {
24660
24660
  var internals = {
24661
24661
  bundleType: 1,
24662
- version: "19.1.0-canary-74ea0c73-20250109",
24662
+ version: "19.1.0-canary-056073de-20250109",
24663
24663
  rendererPackageName: "react-dom",
24664
24664
  currentDispatcherRef: ReactSharedInternals,
24665
- reconcilerVersion: "19.1.0-canary-74ea0c73-20250109"
24665
+ reconcilerVersion: "19.1.0-canary-056073de-20250109"
24666
24666
  };
24667
24667
  internals.overrideHookState = overrideHookState;
24668
24668
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25138,7 +25138,7 @@
25138
25138
  exports.useFormStatus = function () {
25139
25139
  return resolveDispatcher().useHostTransitionStatus();
25140
25140
  };
25141
- exports.version = "19.1.0-canary-74ea0c73-20250109";
25141
+ exports.version = "19.1.0-canary-056073de-20250109";
25142
25142
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25143
25143
  "function" ===
25144
25144
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15841,14 +15841,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15841
15841
  };
15842
15842
  var isomorphicReactPackageVersion$jscomp$inline_1817 = React.version;
15843
15843
  if (
15844
- "19.1.0-canary-74ea0c73-20250109" !==
15844
+ "19.1.0-canary-056073de-20250109" !==
15845
15845
  isomorphicReactPackageVersion$jscomp$inline_1817
15846
15846
  )
15847
15847
  throw Error(
15848
15848
  formatProdErrorMessage(
15849
15849
  527,
15850
15850
  isomorphicReactPackageVersion$jscomp$inline_1817,
15851
- "19.1.0-canary-74ea0c73-20250109"
15851
+ "19.1.0-canary-056073de-20250109"
15852
15852
  )
15853
15853
  );
15854
15854
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15870,10 +15870,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15870
15870
  };
15871
15871
  var internals$jscomp$inline_1824 = {
15872
15872
  bundleType: 0,
15873
- version: "19.1.0-canary-74ea0c73-20250109",
15873
+ version: "19.1.0-canary-056073de-20250109",
15874
15874
  rendererPackageName: "react-dom",
15875
15875
  currentDispatcherRef: ReactSharedInternals,
15876
- reconcilerVersion: "19.1.0-canary-74ea0c73-20250109",
15876
+ reconcilerVersion: "19.1.0-canary-056073de-20250109",
15877
15877
  getLaneLabelMap: function () {
15878
15878
  for (
15879
15879
  var map = new Map(), lane = 1, index$279 = 0;
@@ -16155,7 +16155,7 @@ exports.useFormState = function (action, initialState, permalink) {
16155
16155
  exports.useFormStatus = function () {
16156
16156
  return ReactSharedInternals.H.useHostTransitionStatus();
16157
16157
  };
16158
- exports.version = "19.1.0-canary-74ea0c73-20250109";
16158
+ exports.version = "19.1.0-canary-056073de-20250109";
16159
16159
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16160
16160
  "function" ===
16161
16161
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -8555,5 +8555,5 @@
8555
8555
  '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'
8556
8556
  );
8557
8557
  };
8558
- exports.version = "19.1.0-canary-74ea0c73-20250109";
8558
+ exports.version = "19.1.0-canary-056073de-20250109";
8559
8559
  })();
@@ -5610,4 +5610,4 @@ exports.renderToString = function (children, options) {
5610
5610
  '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'
5611
5611
  );
5612
5612
  };
5613
- exports.version = "19.1.0-canary-74ea0c73-20250109";
5613
+ exports.version = "19.1.0-canary-056073de-20250109";
@@ -8555,5 +8555,5 @@
8555
8555
  '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'
8556
8556
  );
8557
8557
  };
8558
- exports.version = "19.1.0-canary-74ea0c73-20250109";
8558
+ exports.version = "19.1.0-canary-056073de-20250109";
8559
8559
  })();
@@ -5687,4 +5687,4 @@ exports.renderToString = function (children, options) {
5687
5687
  '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'
5688
5688
  );
5689
5689
  };
5690
- exports.version = "19.1.0-canary-74ea0c73-20250109";
5690
+ exports.version = "19.1.0-canary-056073de-20250109";
@@ -7293,11 +7293,11 @@
7293
7293
  }
7294
7294
  function ensureCorrectIsomorphicReactVersion() {
7295
7295
  var isomorphicReactPackageVersion = React.version;
7296
- if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
7296
+ if ("19.1.0-canary-056073de-20250109" !== isomorphicReactPackageVersion)
7297
7297
  throw Error(
7298
7298
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7299
7299
  (isomorphicReactPackageVersion +
7300
- "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
7300
+ "\n - react-dom: 19.1.0-canary-056073de-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
7301
7301
  );
7302
7302
  }
7303
7303
  var React = require("react"),
@@ -8937,5 +8937,5 @@
8937
8937
  startWork(request);
8938
8938
  });
8939
8939
  };
8940
- exports.version = "19.1.0-canary-74ea0c73-20250109";
8940
+ exports.version = "19.1.0-canary-056073de-20250109";
8941
8941
  })();
@@ -5942,12 +5942,12 @@ function abort(request, reason) {
5942
5942
  }
5943
5943
  function ensureCorrectIsomorphicReactVersion() {
5944
5944
  var isomorphicReactPackageVersion = React.version;
5945
- if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
5945
+ if ("19.1.0-canary-056073de-20250109" !== isomorphicReactPackageVersion)
5946
5946
  throw Error(
5947
5947
  formatProdErrorMessage(
5948
5948
  527,
5949
5949
  isomorphicReactPackageVersion,
5950
- "19.1.0-canary-74ea0c73-20250109"
5950
+ "19.1.0-canary-056073de-20250109"
5951
5951
  )
5952
5952
  );
5953
5953
  }
@@ -6094,4 +6094,4 @@ exports.renderToReadableStream = function (children, options) {
6094
6094
  startWork(request);
6095
6095
  });
6096
6096
  };
6097
- exports.version = "19.1.0-canary-74ea0c73-20250109";
6097
+ exports.version = "19.1.0-canary-056073de-20250109";
@@ -8176,13 +8176,13 @@ function abort(request, reason) {
8176
8176
  }
8177
8177
  var isomorphicReactPackageVersion$jscomp$inline_699 = React.version;
8178
8178
  if (
8179
- "19.1.0-canary-74ea0c73-20250109" !==
8179
+ "19.1.0-canary-056073de-20250109" !==
8180
8180
  isomorphicReactPackageVersion$jscomp$inline_699
8181
8181
  )
8182
8182
  throw Error(
8183
8183
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8184
8184
  (isomorphicReactPackageVersion$jscomp$inline_699 +
8185
- "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
8185
+ "\n - react-dom: 19.1.0-canary-056073de-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
8186
8186
  );
8187
8187
  exports.renderToReadableStream = function (children, options) {
8188
8188
  return new Promise(function (resolve, reject) {
@@ -8274,4 +8274,4 @@ exports.renderToReadableStream = function (children, options) {
8274
8274
  startWork(request$jscomp$0);
8275
8275
  });
8276
8276
  };
8277
- exports.version = "19.1.0-canary-74ea0c73-20250109";
8277
+ exports.version = "19.1.0-canary-056073de-20250109";
@@ -5579,13 +5579,13 @@ function abort(request, reason) {
5579
5579
  }
5580
5580
  var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
5581
5581
  if (
5582
- "19.1.0-canary-74ea0c73-20250109" !==
5582
+ "19.1.0-canary-056073de-20250109" !==
5583
5583
  isomorphicReactPackageVersion$jscomp$inline_728
5584
5584
  )
5585
5585
  throw Error(
5586
5586
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5587
5587
  (isomorphicReactPackageVersion$jscomp$inline_728 +
5588
- "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
5588
+ "\n - react-dom: 19.1.0-canary-056073de-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
5589
5589
  );
5590
5590
  exports.renderToReadableStream = function (children, options) {
5591
5591
  return new Promise(function (resolve, reject) {
@@ -5676,4 +5676,4 @@ exports.renderToReadableStream = function (children, options) {
5676
5676
  startWork(request);
5677
5677
  });
5678
5678
  };
5679
- exports.version = "19.1.0-canary-74ea0c73-20250109";
5679
+ exports.version = "19.1.0-canary-056073de-20250109";
@@ -7316,11 +7316,11 @@
7316
7316
  }
7317
7317
  function ensureCorrectIsomorphicReactVersion() {
7318
7318
  var isomorphicReactPackageVersion = React.version;
7319
- if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
7319
+ if ("19.1.0-canary-056073de-20250109" !== isomorphicReactPackageVersion)
7320
7320
  throw Error(
7321
7321
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7322
7322
  (isomorphicReactPackageVersion +
7323
- "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
7323
+ "\n - react-dom: 19.1.0-canary-056073de-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
7324
7324
  );
7325
7325
  }
7326
7326
  var React = require("react"),
@@ -8956,5 +8956,5 @@
8956
8956
  startWork(request);
8957
8957
  });
8958
8958
  };
8959
- exports.version = "19.1.0-canary-74ea0c73-20250109";
8959
+ exports.version = "19.1.0-canary-056073de-20250109";
8960
8960
  })();
@@ -6034,11 +6034,11 @@ function abort(request, reason) {
6034
6034
  }
6035
6035
  function ensureCorrectIsomorphicReactVersion() {
6036
6036
  var isomorphicReactPackageVersion = React.version;
6037
- if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
6037
+ if ("19.1.0-canary-056073de-20250109" !== isomorphicReactPackageVersion)
6038
6038
  throw Error(
6039
6039
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6040
6040
  (isomorphicReactPackageVersion +
6041
- "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
6041
+ "\n - react-dom: 19.1.0-canary-056073de-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
6042
6042
  );
6043
6043
  }
6044
6044
  ensureCorrectIsomorphicReactVersion();
@@ -6184,4 +6184,4 @@ exports.renderToReadableStream = function (children, options) {
6184
6184
  startWork(request);
6185
6185
  });
6186
6186
  };
6187
- exports.version = "19.1.0-canary-74ea0c73-20250109";
6187
+ exports.version = "19.1.0-canary-056073de-20250109";
@@ -7191,11 +7191,11 @@
7191
7191
  }
7192
7192
  function ensureCorrectIsomorphicReactVersion() {
7193
7193
  var isomorphicReactPackageVersion = React.version;
7194
- if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
7194
+ if ("19.1.0-canary-056073de-20250109" !== isomorphicReactPackageVersion)
7195
7195
  throw Error(
7196
7196
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7197
7197
  (isomorphicReactPackageVersion +
7198
- "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
7198
+ "\n - react-dom: 19.1.0-canary-056073de-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
7199
7199
  );
7200
7200
  }
7201
7201
  function createDrainHandler(destination, request) {
@@ -8830,5 +8830,5 @@
8830
8830
  }
8831
8831
  };
8832
8832
  };
8833
- exports.version = "19.1.0-canary-74ea0c73-20250109";
8833
+ exports.version = "19.1.0-canary-056073de-20250109";
8834
8834
  })();
@@ -5926,11 +5926,11 @@ function abort(request, reason) {
5926
5926
  }
5927
5927
  function ensureCorrectIsomorphicReactVersion() {
5928
5928
  var isomorphicReactPackageVersion = React.version;
5929
- if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
5929
+ if ("19.1.0-canary-056073de-20250109" !== isomorphicReactPackageVersion)
5930
5930
  throw Error(
5931
5931
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5932
5932
  (isomorphicReactPackageVersion +
5933
- "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
5933
+ "\n - react-dom: 19.1.0-canary-056073de-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
5934
5934
  );
5935
5935
  }
5936
5936
  ensureCorrectIsomorphicReactVersion();
@@ -6079,4 +6079,4 @@ exports.renderToPipeableStream = function (children, options) {
6079
6079
  }
6080
6080
  };
6081
6081
  };
6082
- exports.version = "19.1.0-canary-74ea0c73-20250109";
6082
+ exports.version = "19.1.0-canary-056073de-20250109";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.1.0-canary-74ea0c73-20250109";
419
+ exports.version = "19.1.0-canary-056073de-20250109";
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-74ea0c73-20250109";
210
+ exports.version = "19.1.0-canary-056073de-20250109";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.1.0-canary-74ea0c73-20250109";
339
+ exports.version = "19.1.0-canary-056073de-20250109";
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-74ea0c73-20250109";
152
+ exports.version = "19.1.0-canary-056073de-20250109";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.1.0-canary-74ea0c73-20250109",
3
+ "version": "19.1.0-canary-056073de-20250109",
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-74ea0c73-20250109"
20
+ "scheduler": "0.26.0-canary-056073de-20250109"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.1.0-canary-74ea0c73-20250109"
23
+ "react": "19.1.0-canary-056073de-20250109"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",