react-dom 19.0.0-rc-5b0ef217-20241202 → 19.0.0-rc-1b1283ad-20241203

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.
@@ -24549,11 +24549,11 @@
24549
24549
  };
24550
24550
  (function () {
24551
24551
  var isomorphicReactPackageVersion = React.version;
24552
- if ("19.0.0-rc-5b0ef217-20241202" !== isomorphicReactPackageVersion)
24552
+ if ("19.0.0-rc-1b1283ad-20241203" !== isomorphicReactPackageVersion)
24553
24553
  throw Error(
24554
24554
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24555
24555
  (isomorphicReactPackageVersion +
24556
- "\n - react-dom: 19.0.0-rc-5b0ef217-20241202\nLearn more: https://react.dev/warnings/version-mismatch")
24556
+ "\n - react-dom: 19.0.0-rc-1b1283ad-20241203\nLearn more: https://react.dev/warnings/version-mismatch")
24557
24557
  );
24558
24558
  })();
24559
24559
  ("function" === typeof Map &&
@@ -24590,11 +24590,11 @@
24590
24590
  !(function () {
24591
24591
  var internals = {
24592
24592
  bundleType: 1,
24593
- version: "19.0.0-rc-5b0ef217-20241202",
24593
+ version: "19.0.0-rc-1b1283ad-20241203",
24594
24594
  rendererPackageName: "react-dom",
24595
24595
  currentDispatcherRef: ReactSharedInternals,
24596
24596
  findFiberByHostInstance: getClosestInstanceFromNode,
24597
- reconcilerVersion: "19.0.0-rc-5b0ef217-20241202"
24597
+ reconcilerVersion: "19.0.0-rc-1b1283ad-20241203"
24598
24598
  };
24599
24599
  internals.overrideHookState = overrideHookState;
24600
24600
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24738,7 +24738,7 @@
24738
24738
  listenToAllSupportedEvents(container);
24739
24739
  return new ReactDOMHydrationRoot(initialChildren);
24740
24740
  };
24741
- exports.version = "19.0.0-rc-5b0ef217-20241202";
24741
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
24742
24742
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24743
24743
  "function" ===
24744
24744
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15076,14 +15076,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15076
15076
  };
15077
15077
  var isomorphicReactPackageVersion$jscomp$inline_1687 = React.version;
15078
15078
  if (
15079
- "19.0.0-rc-5b0ef217-20241202" !==
15079
+ "19.0.0-rc-1b1283ad-20241203" !==
15080
15080
  isomorphicReactPackageVersion$jscomp$inline_1687
15081
15081
  )
15082
15082
  throw Error(
15083
15083
  formatProdErrorMessage(
15084
15084
  527,
15085
15085
  isomorphicReactPackageVersion$jscomp$inline_1687,
15086
- "19.0.0-rc-5b0ef217-20241202"
15086
+ "19.0.0-rc-1b1283ad-20241203"
15087
15087
  )
15088
15088
  );
15089
15089
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15105,11 +15105,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15105
15105
  };
15106
15106
  var internals$jscomp$inline_2166 = {
15107
15107
  bundleType: 0,
15108
- version: "19.0.0-rc-5b0ef217-20241202",
15108
+ version: "19.0.0-rc-1b1283ad-20241203",
15109
15109
  rendererPackageName: "react-dom",
15110
15110
  currentDispatcherRef: ReactSharedInternals,
15111
15111
  findFiberByHostInstance: getClosestInstanceFromNode,
15112
- reconcilerVersion: "19.0.0-rc-5b0ef217-20241202"
15112
+ reconcilerVersion: "19.0.0-rc-1b1283ad-20241203"
15113
15113
  };
15114
15114
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15115
15115
  var hook$jscomp$inline_2167 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15213,4 +15213,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15213
15213
  listenToAllSupportedEvents(container);
15214
15214
  return new ReactDOMHydrationRoot(initialChildren);
15215
15215
  };
15216
- exports.version = "19.0.0-rc-5b0ef217-20241202";
15216
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
@@ -24606,11 +24606,11 @@
24606
24606
  };
24607
24607
  (function () {
24608
24608
  var isomorphicReactPackageVersion = React.version;
24609
- if ("19.0.0-rc-5b0ef217-20241202" !== isomorphicReactPackageVersion)
24609
+ if ("19.0.0-rc-1b1283ad-20241203" !== isomorphicReactPackageVersion)
24610
24610
  throw Error(
24611
24611
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24612
24612
  (isomorphicReactPackageVersion +
24613
- "\n - react-dom: 19.0.0-rc-5b0ef217-20241202\nLearn more: https://react.dev/warnings/version-mismatch")
24613
+ "\n - react-dom: 19.0.0-rc-1b1283ad-20241203\nLearn more: https://react.dev/warnings/version-mismatch")
24614
24614
  );
24615
24615
  })();
24616
24616
  ("function" === typeof Map &&
@@ -24647,11 +24647,11 @@
24647
24647
  !(function () {
24648
24648
  var internals = {
24649
24649
  bundleType: 1,
24650
- version: "19.0.0-rc-5b0ef217-20241202",
24650
+ version: "19.0.0-rc-1b1283ad-20241203",
24651
24651
  rendererPackageName: "react-dom",
24652
24652
  currentDispatcherRef: ReactSharedInternals,
24653
24653
  findFiberByHostInstance: getClosestInstanceFromNode,
24654
- reconcilerVersion: "19.0.0-rc-5b0ef217-20241202"
24654
+ reconcilerVersion: "19.0.0-rc-1b1283ad-20241203"
24655
24655
  };
24656
24656
  internals.overrideHookState = overrideHookState;
24657
24657
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25125,7 +25125,7 @@
25125
25125
  exports.useFormStatus = function () {
25126
25126
  return resolveDispatcher().useHostTransitionStatus();
25127
25127
  };
25128
- exports.version = "19.0.0-rc-5b0ef217-20241202";
25128
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
25129
25129
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25130
25130
  "function" ===
25131
25131
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15726,14 +15726,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15726
15726
  };
15727
15727
  var isomorphicReactPackageVersion$jscomp$inline_1778 = React.version;
15728
15728
  if (
15729
- "19.0.0-rc-5b0ef217-20241202" !==
15729
+ "19.0.0-rc-1b1283ad-20241203" !==
15730
15730
  isomorphicReactPackageVersion$jscomp$inline_1778
15731
15731
  )
15732
15732
  throw Error(
15733
15733
  formatProdErrorMessage(
15734
15734
  527,
15735
15735
  isomorphicReactPackageVersion$jscomp$inline_1778,
15736
- "19.0.0-rc-5b0ef217-20241202"
15736
+ "19.0.0-rc-1b1283ad-20241203"
15737
15737
  )
15738
15738
  );
15739
15739
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15755,11 +15755,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15755
15755
  };
15756
15756
  var internals$jscomp$inline_1785 = {
15757
15757
  bundleType: 0,
15758
- version: "19.0.0-rc-5b0ef217-20241202",
15758
+ version: "19.0.0-rc-1b1283ad-20241203",
15759
15759
  rendererPackageName: "react-dom",
15760
15760
  currentDispatcherRef: ReactSharedInternals,
15761
15761
  findFiberByHostInstance: getClosestInstanceFromNode,
15762
- reconcilerVersion: "19.0.0-rc-5b0ef217-20241202",
15762
+ reconcilerVersion: "19.0.0-rc-1b1283ad-20241203",
15763
15763
  getLaneLabelMap: function () {
15764
15764
  for (
15765
15765
  var map = new Map(), lane = 1, index$279 = 0;
@@ -16039,7 +16039,7 @@ exports.useFormState = function (action, initialState, permalink) {
16039
16039
  exports.useFormStatus = function () {
16040
16040
  return ReactSharedInternals.H.useHostTransitionStatus();
16041
16041
  };
16042
- exports.version = "19.0.0-rc-5b0ef217-20241202";
16042
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
16043
16043
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16044
16044
  "function" ===
16045
16045
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -8570,5 +8570,5 @@
8570
8570
  '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'
8571
8571
  );
8572
8572
  };
8573
- exports.version = "19.0.0-rc-5b0ef217-20241202";
8573
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
8574
8574
  })();
@@ -5623,4 +5623,4 @@ exports.renderToString = function (children, options) {
5623
5623
  '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'
5624
5624
  );
5625
5625
  };
5626
- exports.version = "19.0.0-rc-5b0ef217-20241202";
5626
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
@@ -8570,5 +8570,5 @@
8570
8570
  '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'
8571
8571
  );
8572
8572
  };
8573
- exports.version = "19.0.0-rc-5b0ef217-20241202";
8573
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
8574
8574
  })();
@@ -5701,4 +5701,4 @@ exports.renderToString = function (children, options) {
5701
5701
  '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'
5702
5702
  );
5703
5703
  };
5704
- exports.version = "19.0.0-rc-5b0ef217-20241202";
5704
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
@@ -7296,11 +7296,11 @@
7296
7296
  }
7297
7297
  function ensureCorrectIsomorphicReactVersion() {
7298
7298
  var isomorphicReactPackageVersion = React.version;
7299
- if ("19.0.0-rc-5b0ef217-20241202" !== isomorphicReactPackageVersion)
7299
+ if ("19.0.0-rc-1b1283ad-20241203" !== isomorphicReactPackageVersion)
7300
7300
  throw Error(
7301
7301
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7302
7302
  (isomorphicReactPackageVersion +
7303
- "\n - react-dom: 19.0.0-rc-5b0ef217-20241202\nLearn more: https://react.dev/warnings/version-mismatch")
7303
+ "\n - react-dom: 19.0.0-rc-1b1283ad-20241203\nLearn more: https://react.dev/warnings/version-mismatch")
7304
7304
  );
7305
7305
  }
7306
7306
  var React = require("react"),
@@ -8952,5 +8952,5 @@
8952
8952
  startWork(request);
8953
8953
  });
8954
8954
  };
8955
- exports.version = "19.0.0-rc-5b0ef217-20241202";
8955
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
8956
8956
  })();
@@ -5956,12 +5956,12 @@ function abort(request, reason) {
5956
5956
  }
5957
5957
  function ensureCorrectIsomorphicReactVersion() {
5958
5958
  var isomorphicReactPackageVersion = React.version;
5959
- if ("19.0.0-rc-5b0ef217-20241202" !== isomorphicReactPackageVersion)
5959
+ if ("19.0.0-rc-1b1283ad-20241203" !== isomorphicReactPackageVersion)
5960
5960
  throw Error(
5961
5961
  formatProdErrorMessage(
5962
5962
  527,
5963
5963
  isomorphicReactPackageVersion,
5964
- "19.0.0-rc-5b0ef217-20241202"
5964
+ "19.0.0-rc-1b1283ad-20241203"
5965
5965
  )
5966
5966
  );
5967
5967
  }
@@ -6108,4 +6108,4 @@ exports.renderToReadableStream = function (children, options) {
6108
6108
  startWork(request);
6109
6109
  });
6110
6110
  };
6111
- exports.version = "19.0.0-rc-5b0ef217-20241202";
6111
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
@@ -8191,13 +8191,13 @@ function abort(request, reason) {
8191
8191
  }
8192
8192
  var isomorphicReactPackageVersion$jscomp$inline_702 = React.version;
8193
8193
  if (
8194
- "19.0.0-rc-5b0ef217-20241202" !==
8194
+ "19.0.0-rc-1b1283ad-20241203" !==
8195
8195
  isomorphicReactPackageVersion$jscomp$inline_702
8196
8196
  )
8197
8197
  throw Error(
8198
8198
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8199
8199
  (isomorphicReactPackageVersion$jscomp$inline_702 +
8200
- "\n - react-dom: 19.0.0-rc-5b0ef217-20241202\nLearn more: https://react.dev/warnings/version-mismatch")
8200
+ "\n - react-dom: 19.0.0-rc-1b1283ad-20241203\nLearn more: https://react.dev/warnings/version-mismatch")
8201
8201
  );
8202
8202
  exports.renderToReadableStream = function (children, options) {
8203
8203
  return new Promise(function (resolve, reject) {
@@ -8289,4 +8289,4 @@ exports.renderToReadableStream = function (children, options) {
8289
8289
  startWork(request$jscomp$0);
8290
8290
  });
8291
8291
  };
8292
- exports.version = "19.0.0-rc-5b0ef217-20241202";
8292
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
@@ -5594,13 +5594,13 @@ function abort(request, reason) {
5594
5594
  }
5595
5595
  var isomorphicReactPackageVersion$jscomp$inline_731 = React.version;
5596
5596
  if (
5597
- "19.0.0-rc-5b0ef217-20241202" !==
5597
+ "19.0.0-rc-1b1283ad-20241203" !==
5598
5598
  isomorphicReactPackageVersion$jscomp$inline_731
5599
5599
  )
5600
5600
  throw Error(
5601
5601
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5602
5602
  (isomorphicReactPackageVersion$jscomp$inline_731 +
5603
- "\n - react-dom: 19.0.0-rc-5b0ef217-20241202\nLearn more: https://react.dev/warnings/version-mismatch")
5603
+ "\n - react-dom: 19.0.0-rc-1b1283ad-20241203\nLearn more: https://react.dev/warnings/version-mismatch")
5604
5604
  );
5605
5605
  exports.renderToReadableStream = function (children, options) {
5606
5606
  return new Promise(function (resolve, reject) {
@@ -5691,4 +5691,4 @@ exports.renderToReadableStream = function (children, options) {
5691
5691
  startWork(request);
5692
5692
  });
5693
5693
  };
5694
- exports.version = "19.0.0-rc-5b0ef217-20241202";
5694
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
@@ -7319,11 +7319,11 @@
7319
7319
  }
7320
7320
  function ensureCorrectIsomorphicReactVersion() {
7321
7321
  var isomorphicReactPackageVersion = React.version;
7322
- if ("19.0.0-rc-5b0ef217-20241202" !== isomorphicReactPackageVersion)
7322
+ if ("19.0.0-rc-1b1283ad-20241203" !== isomorphicReactPackageVersion)
7323
7323
  throw Error(
7324
7324
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7325
7325
  (isomorphicReactPackageVersion +
7326
- "\n - react-dom: 19.0.0-rc-5b0ef217-20241202\nLearn more: https://react.dev/warnings/version-mismatch")
7326
+ "\n - react-dom: 19.0.0-rc-1b1283ad-20241203\nLearn more: https://react.dev/warnings/version-mismatch")
7327
7327
  );
7328
7328
  }
7329
7329
  var React = require("react"),
@@ -8971,5 +8971,5 @@
8971
8971
  startWork(request);
8972
8972
  });
8973
8973
  };
8974
- exports.version = "19.0.0-rc-5b0ef217-20241202";
8974
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
8975
8975
  })();
@@ -6049,11 +6049,11 @@ function abort(request, reason) {
6049
6049
  }
6050
6050
  function ensureCorrectIsomorphicReactVersion() {
6051
6051
  var isomorphicReactPackageVersion = React.version;
6052
- if ("19.0.0-rc-5b0ef217-20241202" !== isomorphicReactPackageVersion)
6052
+ if ("19.0.0-rc-1b1283ad-20241203" !== isomorphicReactPackageVersion)
6053
6053
  throw Error(
6054
6054
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6055
6055
  (isomorphicReactPackageVersion +
6056
- "\n - react-dom: 19.0.0-rc-5b0ef217-20241202\nLearn more: https://react.dev/warnings/version-mismatch")
6056
+ "\n - react-dom: 19.0.0-rc-1b1283ad-20241203\nLearn more: https://react.dev/warnings/version-mismatch")
6057
6057
  );
6058
6058
  }
6059
6059
  ensureCorrectIsomorphicReactVersion();
@@ -6199,4 +6199,4 @@ exports.renderToReadableStream = function (children, options) {
6199
6199
  startWork(request);
6200
6200
  });
6201
6201
  };
6202
- exports.version = "19.0.0-rc-5b0ef217-20241202";
6202
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
@@ -7194,11 +7194,11 @@
7194
7194
  }
7195
7195
  function ensureCorrectIsomorphicReactVersion() {
7196
7196
  var isomorphicReactPackageVersion = React.version;
7197
- if ("19.0.0-rc-5b0ef217-20241202" !== isomorphicReactPackageVersion)
7197
+ if ("19.0.0-rc-1b1283ad-20241203" !== isomorphicReactPackageVersion)
7198
7198
  throw Error(
7199
7199
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7200
7200
  (isomorphicReactPackageVersion +
7201
- "\n - react-dom: 19.0.0-rc-5b0ef217-20241202\nLearn more: https://react.dev/warnings/version-mismatch")
7201
+ "\n - react-dom: 19.0.0-rc-1b1283ad-20241203\nLearn more: https://react.dev/warnings/version-mismatch")
7202
7202
  );
7203
7203
  }
7204
7204
  function createDrainHandler(destination, request) {
@@ -8845,5 +8845,5 @@
8845
8845
  }
8846
8846
  };
8847
8847
  };
8848
- exports.version = "19.0.0-rc-5b0ef217-20241202";
8848
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
8849
8849
  })();
@@ -5941,11 +5941,11 @@ function abort(request, reason) {
5941
5941
  }
5942
5942
  function ensureCorrectIsomorphicReactVersion() {
5943
5943
  var isomorphicReactPackageVersion = React.version;
5944
- if ("19.0.0-rc-5b0ef217-20241202" !== isomorphicReactPackageVersion)
5944
+ if ("19.0.0-rc-1b1283ad-20241203" !== isomorphicReactPackageVersion)
5945
5945
  throw Error(
5946
5946
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5947
5947
  (isomorphicReactPackageVersion +
5948
- "\n - react-dom: 19.0.0-rc-5b0ef217-20241202\nLearn more: https://react.dev/warnings/version-mismatch")
5948
+ "\n - react-dom: 19.0.0-rc-1b1283ad-20241203\nLearn more: https://react.dev/warnings/version-mismatch")
5949
5949
  );
5950
5950
  }
5951
5951
  ensureCorrectIsomorphicReactVersion();
@@ -6094,4 +6094,4 @@ exports.renderToPipeableStream = function (children, options) {
6094
6094
  }
6095
6095
  };
6096
6096
  };
6097
- exports.version = "19.0.0-rc-5b0ef217-20241202";
6097
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.0.0-rc-5b0ef217-20241202";
419
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
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.0.0-rc-5b0ef217-20241202";
210
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.0.0-rc-5b0ef217-20241202";
339
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
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.0.0-rc-5b0ef217-20241202";
152
+ exports.version = "19.0.0-rc-1b1283ad-20241203";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.0.0-rc-5b0ef217-20241202",
3
+ "version": "19.0.0-rc-1b1283ad-20241203",
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.25.0-rc-5b0ef217-20241202"
20
+ "scheduler": "0.25.0-rc-1b1283ad-20241203"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.0.0-rc-5b0ef217-20241202"
23
+ "react": "19.0.0-rc-1b1283ad-20241203"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",