react-dom 19.1.0-canary-e06c72fc-20241215 → 19.1.0-canary-d4287258-20241217

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.
@@ -24530,11 +24530,11 @@
24530
24530
  };
24531
24531
  (function () {
24532
24532
  var isomorphicReactPackageVersion = React.version;
24533
- if ("19.1.0-canary-e06c72fc-20241215" !== isomorphicReactPackageVersion)
24533
+ if ("19.1.0-canary-d4287258-20241217" !== isomorphicReactPackageVersion)
24534
24534
  throw Error(
24535
24535
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24536
24536
  (isomorphicReactPackageVersion +
24537
- "\n - react-dom: 19.1.0-canary-e06c72fc-20241215\nLearn more: https://react.dev/warnings/version-mismatch")
24537
+ "\n - react-dom: 19.1.0-canary-d4287258-20241217\nLearn more: https://react.dev/warnings/version-mismatch")
24538
24538
  );
24539
24539
  })();
24540
24540
  ("function" === typeof Map &&
@@ -24571,10 +24571,10 @@
24571
24571
  !(function () {
24572
24572
  var internals = {
24573
24573
  bundleType: 1,
24574
- version: "19.1.0-canary-e06c72fc-20241215",
24574
+ version: "19.1.0-canary-d4287258-20241217",
24575
24575
  rendererPackageName: "react-dom",
24576
24576
  currentDispatcherRef: ReactSharedInternals,
24577
- reconcilerVersion: "19.1.0-canary-e06c72fc-20241215"
24577
+ reconcilerVersion: "19.1.0-canary-d4287258-20241217"
24578
24578
  };
24579
24579
  internals.overrideHookState = overrideHookState;
24580
24580
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24720,7 +24720,7 @@
24720
24720
  listenToAllSupportedEvents(container);
24721
24721
  return new ReactDOMHydrationRoot(initialChildren);
24722
24722
  };
24723
- exports.version = "19.1.0-canary-e06c72fc-20241215";
24723
+ exports.version = "19.1.0-canary-d4287258-20241217";
24724
24724
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24725
24725
  "function" ===
24726
24726
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15110,14 +15110,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15110
15110
  };
15111
15111
  var isomorphicReactPackageVersion$jscomp$inline_1674 = React.version;
15112
15112
  if (
15113
- "19.1.0-canary-e06c72fc-20241215" !==
15113
+ "19.1.0-canary-d4287258-20241217" !==
15114
15114
  isomorphicReactPackageVersion$jscomp$inline_1674
15115
15115
  )
15116
15116
  throw Error(
15117
15117
  formatProdErrorMessage(
15118
15118
  527,
15119
15119
  isomorphicReactPackageVersion$jscomp$inline_1674,
15120
- "19.1.0-canary-e06c72fc-20241215"
15120
+ "19.1.0-canary-d4287258-20241217"
15121
15121
  )
15122
15122
  );
15123
15123
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15139,10 +15139,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15139
15139
  };
15140
15140
  var internals$jscomp$inline_2150 = {
15141
15141
  bundleType: 0,
15142
- version: "19.1.0-canary-e06c72fc-20241215",
15142
+ version: "19.1.0-canary-d4287258-20241217",
15143
15143
  rendererPackageName: "react-dom",
15144
15144
  currentDispatcherRef: ReactSharedInternals,
15145
- reconcilerVersion: "19.1.0-canary-e06c72fc-20241215"
15145
+ reconcilerVersion: "19.1.0-canary-d4287258-20241217"
15146
15146
  };
15147
15147
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15148
15148
  var hook$jscomp$inline_2151 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15248,4 +15248,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15248
15248
  listenToAllSupportedEvents(container);
15249
15249
  return new ReactDOMHydrationRoot(initialChildren);
15250
15250
  };
15251
- exports.version = "19.1.0-canary-e06c72fc-20241215";
15251
+ exports.version = "19.1.0-canary-d4287258-20241217";
@@ -24587,11 +24587,11 @@
24587
24587
  };
24588
24588
  (function () {
24589
24589
  var isomorphicReactPackageVersion = React.version;
24590
- if ("19.1.0-canary-e06c72fc-20241215" !== isomorphicReactPackageVersion)
24590
+ if ("19.1.0-canary-d4287258-20241217" !== isomorphicReactPackageVersion)
24591
24591
  throw Error(
24592
24592
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24593
24593
  (isomorphicReactPackageVersion +
24594
- "\n - react-dom: 19.1.0-canary-e06c72fc-20241215\nLearn more: https://react.dev/warnings/version-mismatch")
24594
+ "\n - react-dom: 19.1.0-canary-d4287258-20241217\nLearn more: https://react.dev/warnings/version-mismatch")
24595
24595
  );
24596
24596
  })();
24597
24597
  ("function" === typeof Map &&
@@ -24628,10 +24628,10 @@
24628
24628
  !(function () {
24629
24629
  var internals = {
24630
24630
  bundleType: 1,
24631
- version: "19.1.0-canary-e06c72fc-20241215",
24631
+ version: "19.1.0-canary-d4287258-20241217",
24632
24632
  rendererPackageName: "react-dom",
24633
24633
  currentDispatcherRef: ReactSharedInternals,
24634
- reconcilerVersion: "19.1.0-canary-e06c72fc-20241215"
24634
+ reconcilerVersion: "19.1.0-canary-d4287258-20241217"
24635
24635
  };
24636
24636
  internals.overrideHookState = overrideHookState;
24637
24637
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25107,7 +25107,7 @@
25107
25107
  exports.useFormStatus = function () {
25108
25108
  return resolveDispatcher().useHostTransitionStatus();
25109
25109
  };
25110
- exports.version = "19.1.0-canary-e06c72fc-20241215";
25110
+ exports.version = "19.1.0-canary-d4287258-20241217";
25111
25111
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25112
25112
  "function" ===
25113
25113
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15760,14 +15760,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15760
15760
  };
15761
15761
  var isomorphicReactPackageVersion$jscomp$inline_1765 = React.version;
15762
15762
  if (
15763
- "19.1.0-canary-e06c72fc-20241215" !==
15763
+ "19.1.0-canary-d4287258-20241217" !==
15764
15764
  isomorphicReactPackageVersion$jscomp$inline_1765
15765
15765
  )
15766
15766
  throw Error(
15767
15767
  formatProdErrorMessage(
15768
15768
  527,
15769
15769
  isomorphicReactPackageVersion$jscomp$inline_1765,
15770
- "19.1.0-canary-e06c72fc-20241215"
15770
+ "19.1.0-canary-d4287258-20241217"
15771
15771
  )
15772
15772
  );
15773
15773
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15789,10 +15789,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15789
15789
  };
15790
15790
  var internals$jscomp$inline_1772 = {
15791
15791
  bundleType: 0,
15792
- version: "19.1.0-canary-e06c72fc-20241215",
15792
+ version: "19.1.0-canary-d4287258-20241217",
15793
15793
  rendererPackageName: "react-dom",
15794
15794
  currentDispatcherRef: ReactSharedInternals,
15795
- reconcilerVersion: "19.1.0-canary-e06c72fc-20241215",
15795
+ reconcilerVersion: "19.1.0-canary-d4287258-20241217",
15796
15796
  getLaneLabelMap: function () {
15797
15797
  for (
15798
15798
  var map = new Map(), lane = 1, index$279 = 0;
@@ -16074,7 +16074,7 @@ exports.useFormState = function (action, initialState, permalink) {
16074
16074
  exports.useFormStatus = function () {
16075
16075
  return ReactSharedInternals.H.useHostTransitionStatus();
16076
16076
  };
16077
- exports.version = "19.1.0-canary-e06c72fc-20241215";
16077
+ exports.version = "19.1.0-canary-d4287258-20241217";
16078
16078
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16079
16079
  "function" ===
16080
16080
  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-e06c72fc-20241215";
8559
+ exports.version = "19.1.0-canary-d4287258-20241217";
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-e06c72fc-20241215";
5614
+ exports.version = "19.1.0-canary-d4287258-20241217";
@@ -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-e06c72fc-20241215";
8559
+ exports.version = "19.1.0-canary-d4287258-20241217";
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-e06c72fc-20241215";
5691
+ exports.version = "19.1.0-canary-d4287258-20241217";
@@ -7292,11 +7292,11 @@
7292
7292
  }
7293
7293
  function ensureCorrectIsomorphicReactVersion() {
7294
7294
  var isomorphicReactPackageVersion = React.version;
7295
- if ("19.1.0-canary-e06c72fc-20241215" !== isomorphicReactPackageVersion)
7295
+ if ("19.1.0-canary-d4287258-20241217" !== 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-e06c72fc-20241215\nLearn more: https://react.dev/warnings/version-mismatch")
7299
+ "\n - react-dom: 19.1.0-canary-d4287258-20241217\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-e06c72fc-20241215";
8941
+ exports.version = "19.1.0-canary-d4287258-20241217";
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-e06c72fc-20241215" !== isomorphicReactPackageVersion)
5946
+ if ("19.1.0-canary-d4287258-20241217" !== isomorphicReactPackageVersion)
5947
5947
  throw Error(
5948
5948
  formatProdErrorMessage(
5949
5949
  527,
5950
5950
  isomorphicReactPackageVersion,
5951
- "19.1.0-canary-e06c72fc-20241215"
5951
+ "19.1.0-canary-d4287258-20241217"
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-e06c72fc-20241215";
6098
+ exports.version = "19.1.0-canary-d4287258-20241217";
@@ -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-e06c72fc-20241215" !==
8180
+ "19.1.0-canary-d4287258-20241217" !==
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-e06c72fc-20241215\nLearn more: https://react.dev/warnings/version-mismatch")
8186
+ "\n - react-dom: 19.1.0-canary-d4287258-20241217\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-e06c72fc-20241215";
8278
+ exports.version = "19.1.0-canary-d4287258-20241217";
@@ -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-e06c72fc-20241215" !==
5583
+ "19.1.0-canary-d4287258-20241217" !==
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-e06c72fc-20241215\nLearn more: https://react.dev/warnings/version-mismatch")
5589
+ "\n - react-dom: 19.1.0-canary-d4287258-20241217\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-e06c72fc-20241215";
5680
+ exports.version = "19.1.0-canary-d4287258-20241217";
@@ -7315,11 +7315,11 @@
7315
7315
  }
7316
7316
  function ensureCorrectIsomorphicReactVersion() {
7317
7317
  var isomorphicReactPackageVersion = React.version;
7318
- if ("19.1.0-canary-e06c72fc-20241215" !== isomorphicReactPackageVersion)
7318
+ if ("19.1.0-canary-d4287258-20241217" !== 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-e06c72fc-20241215\nLearn more: https://react.dev/warnings/version-mismatch")
7322
+ "\n - react-dom: 19.1.0-canary-d4287258-20241217\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-e06c72fc-20241215";
8960
+ exports.version = "19.1.0-canary-d4287258-20241217";
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-e06c72fc-20241215" !== isomorphicReactPackageVersion)
6038
+ if ("19.1.0-canary-d4287258-20241217" !== 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-e06c72fc-20241215\nLearn more: https://react.dev/warnings/version-mismatch")
6042
+ "\n - react-dom: 19.1.0-canary-d4287258-20241217\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-e06c72fc-20241215";
6188
+ exports.version = "19.1.0-canary-d4287258-20241217";
@@ -7190,11 +7190,11 @@
7190
7190
  }
7191
7191
  function ensureCorrectIsomorphicReactVersion() {
7192
7192
  var isomorphicReactPackageVersion = React.version;
7193
- if ("19.1.0-canary-e06c72fc-20241215" !== isomorphicReactPackageVersion)
7193
+ if ("19.1.0-canary-d4287258-20241217" !== 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-e06c72fc-20241215\nLearn more: https://react.dev/warnings/version-mismatch")
7197
+ "\n - react-dom: 19.1.0-canary-d4287258-20241217\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-e06c72fc-20241215";
8834
+ exports.version = "19.1.0-canary-d4287258-20241217";
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-e06c72fc-20241215" !== isomorphicReactPackageVersion)
5930
+ if ("19.1.0-canary-d4287258-20241217" !== 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-e06c72fc-20241215\nLearn more: https://react.dev/warnings/version-mismatch")
5934
+ "\n - react-dom: 19.1.0-canary-d4287258-20241217\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-e06c72fc-20241215";
6083
+ exports.version = "19.1.0-canary-d4287258-20241217";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.1.0-canary-e06c72fc-20241215";
419
+ exports.version = "19.1.0-canary-d4287258-20241217";
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-e06c72fc-20241215";
210
+ exports.version = "19.1.0-canary-d4287258-20241217";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.1.0-canary-e06c72fc-20241215";
339
+ exports.version = "19.1.0-canary-d4287258-20241217";
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-e06c72fc-20241215";
152
+ exports.version = "19.1.0-canary-d4287258-20241217";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.1.0-canary-e06c72fc-20241215",
3
+ "version": "19.1.0-canary-d4287258-20241217",
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-e06c72fc-20241215"
20
+ "scheduler": "0.26.0-canary-d4287258-20241217"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.1.0-canary-e06c72fc-20241215"
23
+ "react": "19.1.0-canary-d4287258-20241217"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",