react-dom 19.1.0-canary-9463d51e-20241219 → 19.1.0-canary-518d06d2-20241219

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.
@@ -24514,11 +24514,11 @@
24514
24514
  };
24515
24515
  (function () {
24516
24516
  var isomorphicReactPackageVersion = React.version;
24517
- if ("19.1.0-canary-9463d51e-20241219" !== isomorphicReactPackageVersion)
24517
+ if ("19.1.0-canary-518d06d2-20241219" !== isomorphicReactPackageVersion)
24518
24518
  throw Error(
24519
24519
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24520
24520
  (isomorphicReactPackageVersion +
24521
- "\n - react-dom: 19.1.0-canary-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
24521
+ "\n - react-dom: 19.1.0-canary-518d06d2-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
24522
24522
  );
24523
24523
  })();
24524
24524
  ("function" === typeof Map &&
@@ -24555,10 +24555,10 @@
24555
24555
  !(function () {
24556
24556
  var internals = {
24557
24557
  bundleType: 1,
24558
- version: "19.1.0-canary-9463d51e-20241219",
24558
+ version: "19.1.0-canary-518d06d2-20241219",
24559
24559
  rendererPackageName: "react-dom",
24560
24560
  currentDispatcherRef: ReactSharedInternals,
24561
- reconcilerVersion: "19.1.0-canary-9463d51e-20241219"
24561
+ reconcilerVersion: "19.1.0-canary-518d06d2-20241219"
24562
24562
  };
24563
24563
  internals.overrideHookState = overrideHookState;
24564
24564
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24704,7 +24704,7 @@
24704
24704
  listenToAllSupportedEvents(container);
24705
24705
  return new ReactDOMHydrationRoot(initialChildren);
24706
24706
  };
24707
- exports.version = "19.1.0-canary-9463d51e-20241219";
24707
+ exports.version = "19.1.0-canary-518d06d2-20241219";
24708
24708
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24709
24709
  "function" ===
24710
24710
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15131,14 +15131,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15131
15131
  };
15132
15132
  var isomorphicReactPackageVersion$jscomp$inline_1679 = React.version;
15133
15133
  if (
15134
- "19.1.0-canary-9463d51e-20241219" !==
15134
+ "19.1.0-canary-518d06d2-20241219" !==
15135
15135
  isomorphicReactPackageVersion$jscomp$inline_1679
15136
15136
  )
15137
15137
  throw Error(
15138
15138
  formatProdErrorMessage(
15139
15139
  527,
15140
15140
  isomorphicReactPackageVersion$jscomp$inline_1679,
15141
- "19.1.0-canary-9463d51e-20241219"
15141
+ "19.1.0-canary-518d06d2-20241219"
15142
15142
  )
15143
15143
  );
15144
15144
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15160,10 +15160,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15160
15160
  };
15161
15161
  var internals$jscomp$inline_2158 = {
15162
15162
  bundleType: 0,
15163
- version: "19.1.0-canary-9463d51e-20241219",
15163
+ version: "19.1.0-canary-518d06d2-20241219",
15164
15164
  rendererPackageName: "react-dom",
15165
15165
  currentDispatcherRef: ReactSharedInternals,
15166
- reconcilerVersion: "19.1.0-canary-9463d51e-20241219"
15166
+ reconcilerVersion: "19.1.0-canary-518d06d2-20241219"
15167
15167
  };
15168
15168
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15169
15169
  var hook$jscomp$inline_2159 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15269,4 +15269,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15269
15269
  listenToAllSupportedEvents(container);
15270
15270
  return new ReactDOMHydrationRoot(initialChildren);
15271
15271
  };
15272
- exports.version = "19.1.0-canary-9463d51e-20241219";
15272
+ exports.version = "19.1.0-canary-518d06d2-20241219";
@@ -24571,11 +24571,11 @@
24571
24571
  };
24572
24572
  (function () {
24573
24573
  var isomorphicReactPackageVersion = React.version;
24574
- if ("19.1.0-canary-9463d51e-20241219" !== isomorphicReactPackageVersion)
24574
+ if ("19.1.0-canary-518d06d2-20241219" !== isomorphicReactPackageVersion)
24575
24575
  throw Error(
24576
24576
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24577
24577
  (isomorphicReactPackageVersion +
24578
- "\n - react-dom: 19.1.0-canary-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
24578
+ "\n - react-dom: 19.1.0-canary-518d06d2-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
24579
24579
  );
24580
24580
  })();
24581
24581
  ("function" === typeof Map &&
@@ -24612,10 +24612,10 @@
24612
24612
  !(function () {
24613
24613
  var internals = {
24614
24614
  bundleType: 1,
24615
- version: "19.1.0-canary-9463d51e-20241219",
24615
+ version: "19.1.0-canary-518d06d2-20241219",
24616
24616
  rendererPackageName: "react-dom",
24617
24617
  currentDispatcherRef: ReactSharedInternals,
24618
- reconcilerVersion: "19.1.0-canary-9463d51e-20241219"
24618
+ reconcilerVersion: "19.1.0-canary-518d06d2-20241219"
24619
24619
  };
24620
24620
  internals.overrideHookState = overrideHookState;
24621
24621
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25091,7 +25091,7 @@
25091
25091
  exports.useFormStatus = function () {
25092
25092
  return resolveDispatcher().useHostTransitionStatus();
25093
25093
  };
25094
- exports.version = "19.1.0-canary-9463d51e-20241219";
25094
+ exports.version = "19.1.0-canary-518d06d2-20241219";
25095
25095
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25096
25096
  "function" ===
25097
25097
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15781,14 +15781,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15781
15781
  };
15782
15782
  var isomorphicReactPackageVersion$jscomp$inline_1770 = React.version;
15783
15783
  if (
15784
- "19.1.0-canary-9463d51e-20241219" !==
15784
+ "19.1.0-canary-518d06d2-20241219" !==
15785
15785
  isomorphicReactPackageVersion$jscomp$inline_1770
15786
15786
  )
15787
15787
  throw Error(
15788
15788
  formatProdErrorMessage(
15789
15789
  527,
15790
15790
  isomorphicReactPackageVersion$jscomp$inline_1770,
15791
- "19.1.0-canary-9463d51e-20241219"
15791
+ "19.1.0-canary-518d06d2-20241219"
15792
15792
  )
15793
15793
  );
15794
15794
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15810,10 +15810,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15810
15810
  };
15811
15811
  var internals$jscomp$inline_1777 = {
15812
15812
  bundleType: 0,
15813
- version: "19.1.0-canary-9463d51e-20241219",
15813
+ version: "19.1.0-canary-518d06d2-20241219",
15814
15814
  rendererPackageName: "react-dom",
15815
15815
  currentDispatcherRef: ReactSharedInternals,
15816
- reconcilerVersion: "19.1.0-canary-9463d51e-20241219",
15816
+ reconcilerVersion: "19.1.0-canary-518d06d2-20241219",
15817
15817
  getLaneLabelMap: function () {
15818
15818
  for (
15819
15819
  var map = new Map(), lane = 1, index$280 = 0;
@@ -16095,7 +16095,7 @@ exports.useFormState = function (action, initialState, permalink) {
16095
16095
  exports.useFormStatus = function () {
16096
16096
  return ReactSharedInternals.H.useHostTransitionStatus();
16097
16097
  };
16098
- exports.version = "19.1.0-canary-9463d51e-20241219";
16098
+ exports.version = "19.1.0-canary-518d06d2-20241219";
16099
16099
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16100
16100
  "function" ===
16101
16101
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -8556,5 +8556,5 @@
8556
8556
  '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'
8557
8557
  );
8558
8558
  };
8559
- exports.version = "19.1.0-canary-9463d51e-20241219";
8559
+ exports.version = "19.1.0-canary-518d06d2-20241219";
8560
8560
  })();
@@ -5611,4 +5611,4 @@ exports.renderToString = function (children, options) {
5611
5611
  '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'
5612
5612
  );
5613
5613
  };
5614
- exports.version = "19.1.0-canary-9463d51e-20241219";
5614
+ exports.version = "19.1.0-canary-518d06d2-20241219";
@@ -8556,5 +8556,5 @@
8556
8556
  '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'
8557
8557
  );
8558
8558
  };
8559
- exports.version = "19.1.0-canary-9463d51e-20241219";
8559
+ exports.version = "19.1.0-canary-518d06d2-20241219";
8560
8560
  })();
@@ -5688,4 +5688,4 @@ exports.renderToString = function (children, options) {
5688
5688
  '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'
5689
5689
  );
5690
5690
  };
5691
- exports.version = "19.1.0-canary-9463d51e-20241219";
5691
+ exports.version = "19.1.0-canary-518d06d2-20241219";
@@ -7292,11 +7292,11 @@
7292
7292
  }
7293
7293
  function ensureCorrectIsomorphicReactVersion() {
7294
7294
  var isomorphicReactPackageVersion = React.version;
7295
- if ("19.1.0-canary-9463d51e-20241219" !== isomorphicReactPackageVersion)
7295
+ if ("19.1.0-canary-518d06d2-20241219" !== isomorphicReactPackageVersion)
7296
7296
  throw Error(
7297
7297
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7298
7298
  (isomorphicReactPackageVersion +
7299
- "\n - react-dom: 19.1.0-canary-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
7299
+ "\n - react-dom: 19.1.0-canary-518d06d2-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
7300
7300
  );
7301
7301
  }
7302
7302
  var React = require("react"),
@@ -8938,5 +8938,5 @@
8938
8938
  startWork(request);
8939
8939
  });
8940
8940
  };
8941
- exports.version = "19.1.0-canary-9463d51e-20241219";
8941
+ exports.version = "19.1.0-canary-518d06d2-20241219";
8942
8942
  })();
@@ -5943,12 +5943,12 @@ function abort(request, reason) {
5943
5943
  }
5944
5944
  function ensureCorrectIsomorphicReactVersion() {
5945
5945
  var isomorphicReactPackageVersion = React.version;
5946
- if ("19.1.0-canary-9463d51e-20241219" !== isomorphicReactPackageVersion)
5946
+ if ("19.1.0-canary-518d06d2-20241219" !== isomorphicReactPackageVersion)
5947
5947
  throw Error(
5948
5948
  formatProdErrorMessage(
5949
5949
  527,
5950
5950
  isomorphicReactPackageVersion,
5951
- "19.1.0-canary-9463d51e-20241219"
5951
+ "19.1.0-canary-518d06d2-20241219"
5952
5952
  )
5953
5953
  );
5954
5954
  }
@@ -6095,4 +6095,4 @@ exports.renderToReadableStream = function (children, options) {
6095
6095
  startWork(request);
6096
6096
  });
6097
6097
  };
6098
- exports.version = "19.1.0-canary-9463d51e-20241219";
6098
+ exports.version = "19.1.0-canary-518d06d2-20241219";
@@ -8177,13 +8177,13 @@ function abort(request, reason) {
8177
8177
  }
8178
8178
  var isomorphicReactPackageVersion$jscomp$inline_699 = React.version;
8179
8179
  if (
8180
- "19.1.0-canary-9463d51e-20241219" !==
8180
+ "19.1.0-canary-518d06d2-20241219" !==
8181
8181
  isomorphicReactPackageVersion$jscomp$inline_699
8182
8182
  )
8183
8183
  throw Error(
8184
8184
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8185
8185
  (isomorphicReactPackageVersion$jscomp$inline_699 +
8186
- "\n - react-dom: 19.1.0-canary-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
8186
+ "\n - react-dom: 19.1.0-canary-518d06d2-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
8187
8187
  );
8188
8188
  exports.renderToReadableStream = function (children, options) {
8189
8189
  return new Promise(function (resolve, reject) {
@@ -8275,4 +8275,4 @@ exports.renderToReadableStream = function (children, options) {
8275
8275
  startWork(request$jscomp$0);
8276
8276
  });
8277
8277
  };
8278
- exports.version = "19.1.0-canary-9463d51e-20241219";
8278
+ exports.version = "19.1.0-canary-518d06d2-20241219";
@@ -5580,13 +5580,13 @@ function abort(request, reason) {
5580
5580
  }
5581
5581
  var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
5582
5582
  if (
5583
- "19.1.0-canary-9463d51e-20241219" !==
5583
+ "19.1.0-canary-518d06d2-20241219" !==
5584
5584
  isomorphicReactPackageVersion$jscomp$inline_728
5585
5585
  )
5586
5586
  throw Error(
5587
5587
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5588
5588
  (isomorphicReactPackageVersion$jscomp$inline_728 +
5589
- "\n - react-dom: 19.1.0-canary-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
5589
+ "\n - react-dom: 19.1.0-canary-518d06d2-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
5590
5590
  );
5591
5591
  exports.renderToReadableStream = function (children, options) {
5592
5592
  return new Promise(function (resolve, reject) {
@@ -5677,4 +5677,4 @@ exports.renderToReadableStream = function (children, options) {
5677
5677
  startWork(request);
5678
5678
  });
5679
5679
  };
5680
- exports.version = "19.1.0-canary-9463d51e-20241219";
5680
+ exports.version = "19.1.0-canary-518d06d2-20241219";
@@ -7315,11 +7315,11 @@
7315
7315
  }
7316
7316
  function ensureCorrectIsomorphicReactVersion() {
7317
7317
  var isomorphicReactPackageVersion = React.version;
7318
- if ("19.1.0-canary-9463d51e-20241219" !== isomorphicReactPackageVersion)
7318
+ if ("19.1.0-canary-518d06d2-20241219" !== isomorphicReactPackageVersion)
7319
7319
  throw Error(
7320
7320
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7321
7321
  (isomorphicReactPackageVersion +
7322
- "\n - react-dom: 19.1.0-canary-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
7322
+ "\n - react-dom: 19.1.0-canary-518d06d2-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
7323
7323
  );
7324
7324
  }
7325
7325
  var React = require("react"),
@@ -8957,5 +8957,5 @@
8957
8957
  startWork(request);
8958
8958
  });
8959
8959
  };
8960
- exports.version = "19.1.0-canary-9463d51e-20241219";
8960
+ exports.version = "19.1.0-canary-518d06d2-20241219";
8961
8961
  })();
@@ -6035,11 +6035,11 @@ function abort(request, reason) {
6035
6035
  }
6036
6036
  function ensureCorrectIsomorphicReactVersion() {
6037
6037
  var isomorphicReactPackageVersion = React.version;
6038
- if ("19.1.0-canary-9463d51e-20241219" !== isomorphicReactPackageVersion)
6038
+ if ("19.1.0-canary-518d06d2-20241219" !== isomorphicReactPackageVersion)
6039
6039
  throw Error(
6040
6040
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6041
6041
  (isomorphicReactPackageVersion +
6042
- "\n - react-dom: 19.1.0-canary-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
6042
+ "\n - react-dom: 19.1.0-canary-518d06d2-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
6043
6043
  );
6044
6044
  }
6045
6045
  ensureCorrectIsomorphicReactVersion();
@@ -6185,4 +6185,4 @@ exports.renderToReadableStream = function (children, options) {
6185
6185
  startWork(request);
6186
6186
  });
6187
6187
  };
6188
- exports.version = "19.1.0-canary-9463d51e-20241219";
6188
+ exports.version = "19.1.0-canary-518d06d2-20241219";
@@ -7190,11 +7190,11 @@
7190
7190
  }
7191
7191
  function ensureCorrectIsomorphicReactVersion() {
7192
7192
  var isomorphicReactPackageVersion = React.version;
7193
- if ("19.1.0-canary-9463d51e-20241219" !== isomorphicReactPackageVersion)
7193
+ if ("19.1.0-canary-518d06d2-20241219" !== isomorphicReactPackageVersion)
7194
7194
  throw Error(
7195
7195
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7196
7196
  (isomorphicReactPackageVersion +
7197
- "\n - react-dom: 19.1.0-canary-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
7197
+ "\n - react-dom: 19.1.0-canary-518d06d2-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
7198
7198
  );
7199
7199
  }
7200
7200
  function createDrainHandler(destination, request) {
@@ -8831,5 +8831,5 @@
8831
8831
  }
8832
8832
  };
8833
8833
  };
8834
- exports.version = "19.1.0-canary-9463d51e-20241219";
8834
+ exports.version = "19.1.0-canary-518d06d2-20241219";
8835
8835
  })();
@@ -5927,11 +5927,11 @@ function abort(request, reason) {
5927
5927
  }
5928
5928
  function ensureCorrectIsomorphicReactVersion() {
5929
5929
  var isomorphicReactPackageVersion = React.version;
5930
- if ("19.1.0-canary-9463d51e-20241219" !== isomorphicReactPackageVersion)
5930
+ if ("19.1.0-canary-518d06d2-20241219" !== isomorphicReactPackageVersion)
5931
5931
  throw Error(
5932
5932
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5933
5933
  (isomorphicReactPackageVersion +
5934
- "\n - react-dom: 19.1.0-canary-9463d51e-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
5934
+ "\n - react-dom: 19.1.0-canary-518d06d2-20241219\nLearn more: https://react.dev/warnings/version-mismatch")
5935
5935
  );
5936
5936
  }
5937
5937
  ensureCorrectIsomorphicReactVersion();
@@ -6080,4 +6080,4 @@ exports.renderToPipeableStream = function (children, options) {
6080
6080
  }
6081
6081
  };
6082
6082
  };
6083
- exports.version = "19.1.0-canary-9463d51e-20241219";
6083
+ exports.version = "19.1.0-canary-518d06d2-20241219";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.1.0-canary-9463d51e-20241219";
419
+ exports.version = "19.1.0-canary-518d06d2-20241219";
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-9463d51e-20241219";
210
+ exports.version = "19.1.0-canary-518d06d2-20241219";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.1.0-canary-9463d51e-20241219";
339
+ exports.version = "19.1.0-canary-518d06d2-20241219";
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-9463d51e-20241219";
152
+ exports.version = "19.1.0-canary-518d06d2-20241219";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.1.0-canary-9463d51e-20241219",
3
+ "version": "19.1.0-canary-518d06d2-20241219",
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-9463d51e-20241219"
20
+ "scheduler": "0.26.0-canary-518d06d2-20241219"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.1.0-canary-9463d51e-20241219"
23
+ "react": "19.1.0-canary-518d06d2-20241219"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",