react-dom 19.1.0-canary-9b62ee71-20250122 → 19.1.0-canary-ae9017ce-20250122

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.
@@ -24570,11 +24570,11 @@
24570
24570
  };
24571
24571
  (function () {
24572
24572
  var isomorphicReactPackageVersion = React.version;
24573
- if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
24573
+ if ("19.1.0-canary-ae9017ce-20250122" !== isomorphicReactPackageVersion)
24574
24574
  throw Error(
24575
24575
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24576
24576
  (isomorphicReactPackageVersion +
24577
- "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
24577
+ "\n - react-dom: 19.1.0-canary-ae9017ce-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
24578
24578
  );
24579
24579
  })();
24580
24580
  ("function" === typeof Map &&
@@ -24611,10 +24611,10 @@
24611
24611
  !(function () {
24612
24612
  var internals = {
24613
24613
  bundleType: 1,
24614
- version: "19.1.0-canary-9b62ee71-20250122",
24614
+ version: "19.1.0-canary-ae9017ce-20250122",
24615
24615
  rendererPackageName: "react-dom",
24616
24616
  currentDispatcherRef: ReactSharedInternals,
24617
- reconcilerVersion: "19.1.0-canary-9b62ee71-20250122"
24617
+ reconcilerVersion: "19.1.0-canary-ae9017ce-20250122"
24618
24618
  };
24619
24619
  internals.overrideHookState = overrideHookState;
24620
24620
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24760,7 +24760,7 @@
24760
24760
  listenToAllSupportedEvents(container);
24761
24761
  return new ReactDOMHydrationRoot(initialChildren);
24762
24762
  };
24763
- exports.version = "19.1.0-canary-9b62ee71-20250122";
24763
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
24764
24764
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24765
24765
  "function" ===
24766
24766
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15202,14 +15202,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15202
15202
  };
15203
15203
  var isomorphicReactPackageVersion$jscomp$inline_1737 = React.version;
15204
15204
  if (
15205
- "19.1.0-canary-9b62ee71-20250122" !==
15205
+ "19.1.0-canary-ae9017ce-20250122" !==
15206
15206
  isomorphicReactPackageVersion$jscomp$inline_1737
15207
15207
  )
15208
15208
  throw Error(
15209
15209
  formatProdErrorMessage(
15210
15210
  527,
15211
15211
  isomorphicReactPackageVersion$jscomp$inline_1737,
15212
- "19.1.0-canary-9b62ee71-20250122"
15212
+ "19.1.0-canary-ae9017ce-20250122"
15213
15213
  )
15214
15214
  );
15215
15215
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15231,10 +15231,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15231
15231
  };
15232
15232
  var internals$jscomp$inline_2214 = {
15233
15233
  bundleType: 0,
15234
- version: "19.1.0-canary-9b62ee71-20250122",
15234
+ version: "19.1.0-canary-ae9017ce-20250122",
15235
15235
  rendererPackageName: "react-dom",
15236
15236
  currentDispatcherRef: ReactSharedInternals,
15237
- reconcilerVersion: "19.1.0-canary-9b62ee71-20250122"
15237
+ reconcilerVersion: "19.1.0-canary-ae9017ce-20250122"
15238
15238
  };
15239
15239
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15240
15240
  var hook$jscomp$inline_2215 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15340,4 +15340,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15340
15340
  listenToAllSupportedEvents(container);
15341
15341
  return new ReactDOMHydrationRoot(initialChildren);
15342
15342
  };
15343
- exports.version = "19.1.0-canary-9b62ee71-20250122";
15343
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
@@ -24627,11 +24627,11 @@
24627
24627
  };
24628
24628
  (function () {
24629
24629
  var isomorphicReactPackageVersion = React.version;
24630
- if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
24630
+ if ("19.1.0-canary-ae9017ce-20250122" !== isomorphicReactPackageVersion)
24631
24631
  throw Error(
24632
24632
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24633
24633
  (isomorphicReactPackageVersion +
24634
- "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
24634
+ "\n - react-dom: 19.1.0-canary-ae9017ce-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
24635
24635
  );
24636
24636
  })();
24637
24637
  ("function" === typeof Map &&
@@ -24668,10 +24668,10 @@
24668
24668
  !(function () {
24669
24669
  var internals = {
24670
24670
  bundleType: 1,
24671
- version: "19.1.0-canary-9b62ee71-20250122",
24671
+ version: "19.1.0-canary-ae9017ce-20250122",
24672
24672
  rendererPackageName: "react-dom",
24673
24673
  currentDispatcherRef: ReactSharedInternals,
24674
- reconcilerVersion: "19.1.0-canary-9b62ee71-20250122"
24674
+ reconcilerVersion: "19.1.0-canary-ae9017ce-20250122"
24675
24675
  };
24676
24676
  internals.overrideHookState = overrideHookState;
24677
24677
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25147,7 +25147,7 @@
25147
25147
  exports.useFormStatus = function () {
25148
25148
  return resolveDispatcher().useHostTransitionStatus();
25149
25149
  };
25150
- exports.version = "19.1.0-canary-9b62ee71-20250122";
25150
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
25151
25151
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25152
25152
  "function" ===
25153
25153
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15848,14 +15848,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15848
15848
  };
15849
15849
  var isomorphicReactPackageVersion$jscomp$inline_1833 = React.version;
15850
15850
  if (
15851
- "19.1.0-canary-9b62ee71-20250122" !==
15851
+ "19.1.0-canary-ae9017ce-20250122" !==
15852
15852
  isomorphicReactPackageVersion$jscomp$inline_1833
15853
15853
  )
15854
15854
  throw Error(
15855
15855
  formatProdErrorMessage(
15856
15856
  527,
15857
15857
  isomorphicReactPackageVersion$jscomp$inline_1833,
15858
- "19.1.0-canary-9b62ee71-20250122"
15858
+ "19.1.0-canary-ae9017ce-20250122"
15859
15859
  )
15860
15860
  );
15861
15861
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15877,10 +15877,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15877
15877
  };
15878
15878
  var internals$jscomp$inline_1840 = {
15879
15879
  bundleType: 0,
15880
- version: "19.1.0-canary-9b62ee71-20250122",
15880
+ version: "19.1.0-canary-ae9017ce-20250122",
15881
15881
  rendererPackageName: "react-dom",
15882
15882
  currentDispatcherRef: ReactSharedInternals,
15883
- reconcilerVersion: "19.1.0-canary-9b62ee71-20250122",
15883
+ reconcilerVersion: "19.1.0-canary-ae9017ce-20250122",
15884
15884
  getLaneLabelMap: function () {
15885
15885
  for (
15886
15886
  var map = new Map(), lane = 1, index$279 = 0;
@@ -16162,7 +16162,7 @@ exports.useFormState = function (action, initialState, permalink) {
16162
16162
  exports.useFormStatus = function () {
16163
16163
  return ReactSharedInternals.H.useHostTransitionStatus();
16164
16164
  };
16165
- exports.version = "19.1.0-canary-9b62ee71-20250122";
16165
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
16166
16166
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16167
16167
  "function" ===
16168
16168
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -8806,5 +8806,5 @@
8806
8806
  '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'
8807
8807
  );
8808
8808
  };
8809
- exports.version = "19.1.0-canary-9b62ee71-20250122";
8809
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
8810
8810
  })();
@@ -5840,4 +5840,4 @@ exports.renderToString = function (children, options) {
5840
5840
  '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'
5841
5841
  );
5842
5842
  };
5843
- exports.version = "19.1.0-canary-9b62ee71-20250122";
5843
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
@@ -8806,5 +8806,5 @@
8806
8806
  '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'
8807
8807
  );
8808
8808
  };
8809
- exports.version = "19.1.0-canary-9b62ee71-20250122";
8809
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
8810
8810
  })();
@@ -5920,4 +5920,4 @@ exports.renderToString = function (children, options) {
5920
5920
  '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'
5921
5921
  );
5922
5922
  };
5923
- exports.version = "19.1.0-canary-9b62ee71-20250122";
5923
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
@@ -7534,11 +7534,11 @@
7534
7534
  }
7535
7535
  function ensureCorrectIsomorphicReactVersion() {
7536
7536
  var isomorphicReactPackageVersion = React.version;
7537
- if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
7537
+ if ("19.1.0-canary-ae9017ce-20250122" !== isomorphicReactPackageVersion)
7538
7538
  throw Error(
7539
7539
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7540
7540
  (isomorphicReactPackageVersion +
7541
- "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
7541
+ "\n - react-dom: 19.1.0-canary-ae9017ce-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
7542
7542
  );
7543
7543
  }
7544
7544
  var React = require("react"),
@@ -9188,5 +9188,5 @@
9188
9188
  startWork(request);
9189
9189
  });
9190
9190
  };
9191
- exports.version = "19.1.0-canary-9b62ee71-20250122";
9191
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
9192
9192
  })();
@@ -6170,12 +6170,12 @@ function abort(request, reason) {
6170
6170
  }
6171
6171
  function ensureCorrectIsomorphicReactVersion() {
6172
6172
  var isomorphicReactPackageVersion = React.version;
6173
- if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
6173
+ if ("19.1.0-canary-ae9017ce-20250122" !== isomorphicReactPackageVersion)
6174
6174
  throw Error(
6175
6175
  formatProdErrorMessage(
6176
6176
  527,
6177
6177
  isomorphicReactPackageVersion,
6178
- "19.1.0-canary-9b62ee71-20250122"
6178
+ "19.1.0-canary-ae9017ce-20250122"
6179
6179
  )
6180
6180
  );
6181
6181
  }
@@ -6322,4 +6322,4 @@ exports.renderToReadableStream = function (children, options) {
6322
6322
  startWork(request);
6323
6323
  });
6324
6324
  };
6325
- exports.version = "19.1.0-canary-9b62ee71-20250122";
6325
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
@@ -8422,13 +8422,13 @@ function abort(request, reason) {
8422
8422
  }
8423
8423
  var isomorphicReactPackageVersion$jscomp$inline_722 = React.version;
8424
8424
  if (
8425
- "19.1.0-canary-9b62ee71-20250122" !==
8425
+ "19.1.0-canary-ae9017ce-20250122" !==
8426
8426
  isomorphicReactPackageVersion$jscomp$inline_722
8427
8427
  )
8428
8428
  throw Error(
8429
8429
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8430
8430
  (isomorphicReactPackageVersion$jscomp$inline_722 +
8431
- "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
8431
+ "\n - react-dom: 19.1.0-canary-ae9017ce-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
8432
8432
  );
8433
8433
  exports.renderToReadableStream = function (children, options) {
8434
8434
  return new Promise(function (resolve, reject) {
@@ -8520,4 +8520,4 @@ exports.renderToReadableStream = function (children, options) {
8520
8520
  startWork(request$jscomp$0);
8521
8521
  });
8522
8522
  };
8523
- exports.version = "19.1.0-canary-9b62ee71-20250122";
8523
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
@@ -5811,13 +5811,13 @@ function abort(request, reason) {
5811
5811
  }
5812
5812
  var isomorphicReactPackageVersion$jscomp$inline_751 = React.version;
5813
5813
  if (
5814
- "19.1.0-canary-9b62ee71-20250122" !==
5814
+ "19.1.0-canary-ae9017ce-20250122" !==
5815
5815
  isomorphicReactPackageVersion$jscomp$inline_751
5816
5816
  )
5817
5817
  throw Error(
5818
5818
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5819
5819
  (isomorphicReactPackageVersion$jscomp$inline_751 +
5820
- "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
5820
+ "\n - react-dom: 19.1.0-canary-ae9017ce-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
5821
5821
  );
5822
5822
  exports.renderToReadableStream = function (children, options) {
5823
5823
  return new Promise(function (resolve, reject) {
@@ -5908,4 +5908,4 @@ exports.renderToReadableStream = function (children, options) {
5908
5908
  startWork(request);
5909
5909
  });
5910
5910
  };
5911
- exports.version = "19.1.0-canary-9b62ee71-20250122";
5911
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
@@ -7557,11 +7557,11 @@
7557
7557
  }
7558
7558
  function ensureCorrectIsomorphicReactVersion() {
7559
7559
  var isomorphicReactPackageVersion = React.version;
7560
- if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
7560
+ if ("19.1.0-canary-ae9017ce-20250122" !== isomorphicReactPackageVersion)
7561
7561
  throw Error(
7562
7562
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7563
7563
  (isomorphicReactPackageVersion +
7564
- "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
7564
+ "\n - react-dom: 19.1.0-canary-ae9017ce-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
7565
7565
  );
7566
7566
  }
7567
7567
  var React = require("react"),
@@ -9207,5 +9207,5 @@
9207
9207
  startWork(request);
9208
9208
  });
9209
9209
  };
9210
- exports.version = "19.1.0-canary-9b62ee71-20250122";
9210
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
9211
9211
  })();
@@ -6265,11 +6265,11 @@ function abort(request, reason) {
6265
6265
  }
6266
6266
  function ensureCorrectIsomorphicReactVersion() {
6267
6267
  var isomorphicReactPackageVersion = React.version;
6268
- if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
6268
+ if ("19.1.0-canary-ae9017ce-20250122" !== isomorphicReactPackageVersion)
6269
6269
  throw Error(
6270
6270
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6271
6271
  (isomorphicReactPackageVersion +
6272
- "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
6272
+ "\n - react-dom: 19.1.0-canary-ae9017ce-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
6273
6273
  );
6274
6274
  }
6275
6275
  ensureCorrectIsomorphicReactVersion();
@@ -6415,4 +6415,4 @@ exports.renderToReadableStream = function (children, options) {
6415
6415
  startWork(request);
6416
6416
  });
6417
6417
  };
6418
- exports.version = "19.1.0-canary-9b62ee71-20250122";
6418
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
@@ -7432,11 +7432,11 @@
7432
7432
  }
7433
7433
  function ensureCorrectIsomorphicReactVersion() {
7434
7434
  var isomorphicReactPackageVersion = React.version;
7435
- if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
7435
+ if ("19.1.0-canary-ae9017ce-20250122" !== isomorphicReactPackageVersion)
7436
7436
  throw Error(
7437
7437
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7438
7438
  (isomorphicReactPackageVersion +
7439
- "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
7439
+ "\n - react-dom: 19.1.0-canary-ae9017ce-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
7440
7440
  );
7441
7441
  }
7442
7442
  function createDrainHandler(destination, request) {
@@ -9081,5 +9081,5 @@
9081
9081
  }
9082
9082
  };
9083
9083
  };
9084
- exports.version = "19.1.0-canary-9b62ee71-20250122";
9084
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
9085
9085
  })();
@@ -6157,11 +6157,11 @@ function abort(request, reason) {
6157
6157
  }
6158
6158
  function ensureCorrectIsomorphicReactVersion() {
6159
6159
  var isomorphicReactPackageVersion = React.version;
6160
- if ("19.1.0-canary-9b62ee71-20250122" !== isomorphicReactPackageVersion)
6160
+ if ("19.1.0-canary-ae9017ce-20250122" !== isomorphicReactPackageVersion)
6161
6161
  throw Error(
6162
6162
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6163
6163
  (isomorphicReactPackageVersion +
6164
- "\n - react-dom: 19.1.0-canary-9b62ee71-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
6164
+ "\n - react-dom: 19.1.0-canary-ae9017ce-20250122\nLearn more: https://react.dev/warnings/version-mismatch")
6165
6165
  );
6166
6166
  }
6167
6167
  ensureCorrectIsomorphicReactVersion();
@@ -6310,4 +6310,4 @@ exports.renderToPipeableStream = function (children, options) {
6310
6310
  }
6311
6311
  };
6312
6312
  };
6313
- exports.version = "19.1.0-canary-9b62ee71-20250122";
6313
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.1.0-canary-9b62ee71-20250122";
419
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
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-9b62ee71-20250122";
210
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.1.0-canary-9b62ee71-20250122";
339
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
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-9b62ee71-20250122";
152
+ exports.version = "19.1.0-canary-ae9017ce-20250122";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.1.0-canary-9b62ee71-20250122",
3
+ "version": "19.1.0-canary-ae9017ce-20250122",
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-9b62ee71-20250122"
20
+ "scheduler": "0.26.0-canary-ae9017ce-20250122"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.1.0-canary-9b62ee71-20250122"
23
+ "react": "19.1.0-canary-ae9017ce-20250122"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",