react-dom 19.2.0-canary-f7396427-20250501 → 19.2.0-canary-b9cfa0d3-20250505

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.
@@ -25343,11 +25343,11 @@
25343
25343
  };
25344
25344
  (function () {
25345
25345
  var isomorphicReactPackageVersion = React.version;
25346
- if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
25346
+ if ("19.2.0-canary-b9cfa0d3-20250505" !== isomorphicReactPackageVersion)
25347
25347
  throw Error(
25348
25348
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25349
25349
  (isomorphicReactPackageVersion +
25350
- "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
25350
+ "\n - react-dom: 19.2.0-canary-b9cfa0d3-20250505\nLearn more: https://react.dev/warnings/version-mismatch")
25351
25351
  );
25352
25352
  })();
25353
25353
  ("function" === typeof Map &&
@@ -25384,10 +25384,10 @@
25384
25384
  !(function () {
25385
25385
  var internals = {
25386
25386
  bundleType: 1,
25387
- version: "19.2.0-canary-f7396427-20250501",
25387
+ version: "19.2.0-canary-b9cfa0d3-20250505",
25388
25388
  rendererPackageName: "react-dom",
25389
25389
  currentDispatcherRef: ReactSharedInternals,
25390
- reconcilerVersion: "19.2.0-canary-f7396427-20250501"
25390
+ reconcilerVersion: "19.2.0-canary-b9cfa0d3-20250505"
25391
25391
  };
25392
25392
  internals.overrideHookState = overrideHookState;
25393
25393
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25531,7 +25531,7 @@
25531
25531
  listenToAllSupportedEvents(container);
25532
25532
  return new ReactDOMHydrationRoot(initialChildren);
25533
25533
  };
25534
- exports.version = "19.2.0-canary-f7396427-20250501";
25534
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
25535
25535
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25536
25536
  "function" ===
25537
25537
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15635,14 +15635,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15635
15635
  };
15636
15636
  var isomorphicReactPackageVersion$jscomp$inline_1829 = React.version;
15637
15637
  if (
15638
- "19.2.0-canary-f7396427-20250501" !==
15638
+ "19.2.0-canary-b9cfa0d3-20250505" !==
15639
15639
  isomorphicReactPackageVersion$jscomp$inline_1829
15640
15640
  )
15641
15641
  throw Error(
15642
15642
  formatProdErrorMessage(
15643
15643
  527,
15644
15644
  isomorphicReactPackageVersion$jscomp$inline_1829,
15645
- "19.2.0-canary-f7396427-20250501"
15645
+ "19.2.0-canary-b9cfa0d3-20250505"
15646
15646
  )
15647
15647
  );
15648
15648
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15664,10 +15664,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15664
15664
  };
15665
15665
  var internals$jscomp$inline_2318 = {
15666
15666
  bundleType: 0,
15667
- version: "19.2.0-canary-f7396427-20250501",
15667
+ version: "19.2.0-canary-b9cfa0d3-20250505",
15668
15668
  rendererPackageName: "react-dom",
15669
15669
  currentDispatcherRef: ReactSharedInternals,
15670
- reconcilerVersion: "19.2.0-canary-f7396427-20250501"
15670
+ reconcilerVersion: "19.2.0-canary-b9cfa0d3-20250505"
15671
15671
  };
15672
15672
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15673
15673
  var hook$jscomp$inline_2319 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15771,4 +15771,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15771
15771
  listenToAllSupportedEvents(container);
15772
15772
  return new ReactDOMHydrationRoot(initialChildren);
15773
15773
  };
15774
- exports.version = "19.2.0-canary-f7396427-20250501";
15774
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
@@ -25400,11 +25400,11 @@
25400
25400
  };
25401
25401
  (function () {
25402
25402
  var isomorphicReactPackageVersion = React.version;
25403
- if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
25403
+ if ("19.2.0-canary-b9cfa0d3-20250505" !== isomorphicReactPackageVersion)
25404
25404
  throw Error(
25405
25405
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25406
25406
  (isomorphicReactPackageVersion +
25407
- "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
25407
+ "\n - react-dom: 19.2.0-canary-b9cfa0d3-20250505\nLearn more: https://react.dev/warnings/version-mismatch")
25408
25408
  );
25409
25409
  })();
25410
25410
  ("function" === typeof Map &&
@@ -25441,10 +25441,10 @@
25441
25441
  !(function () {
25442
25442
  var internals = {
25443
25443
  bundleType: 1,
25444
- version: "19.2.0-canary-f7396427-20250501",
25444
+ version: "19.2.0-canary-b9cfa0d3-20250505",
25445
25445
  rendererPackageName: "react-dom",
25446
25446
  currentDispatcherRef: ReactSharedInternals,
25447
- reconcilerVersion: "19.2.0-canary-f7396427-20250501"
25447
+ reconcilerVersion: "19.2.0-canary-b9cfa0d3-20250505"
25448
25448
  };
25449
25449
  internals.overrideHookState = overrideHookState;
25450
25450
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25918,7 +25918,7 @@
25918
25918
  exports.useFormStatus = function () {
25919
25919
  return resolveDispatcher().useHostTransitionStatus();
25920
25920
  };
25921
- exports.version = "19.2.0-canary-f7396427-20250501";
25921
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
25922
25922
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25923
25923
  "function" ===
25924
25924
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -16336,14 +16336,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16336
16336
  };
16337
16337
  var isomorphicReactPackageVersion$jscomp$inline_1933 = React.version;
16338
16338
  if (
16339
- "19.2.0-canary-f7396427-20250501" !==
16339
+ "19.2.0-canary-b9cfa0d3-20250505" !==
16340
16340
  isomorphicReactPackageVersion$jscomp$inline_1933
16341
16341
  )
16342
16342
  throw Error(
16343
16343
  formatProdErrorMessage(
16344
16344
  527,
16345
16345
  isomorphicReactPackageVersion$jscomp$inline_1933,
16346
- "19.2.0-canary-f7396427-20250501"
16346
+ "19.2.0-canary-b9cfa0d3-20250505"
16347
16347
  )
16348
16348
  );
16349
16349
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16365,10 +16365,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16365
16365
  };
16366
16366
  var internals$jscomp$inline_1940 = {
16367
16367
  bundleType: 0,
16368
- version: "19.2.0-canary-f7396427-20250501",
16368
+ version: "19.2.0-canary-b9cfa0d3-20250505",
16369
16369
  rendererPackageName: "react-dom",
16370
16370
  currentDispatcherRef: ReactSharedInternals,
16371
- reconcilerVersion: "19.2.0-canary-f7396427-20250501",
16371
+ reconcilerVersion: "19.2.0-canary-b9cfa0d3-20250505",
16372
16372
  getLaneLabelMap: function () {
16373
16373
  for (
16374
16374
  var map = new Map(), lane = 1, index$293 = 0;
@@ -16648,7 +16648,7 @@ exports.useFormState = function (action, initialState, permalink) {
16648
16648
  exports.useFormStatus = function () {
16649
16649
  return ReactSharedInternals.H.useHostTransitionStatus();
16650
16650
  };
16651
- exports.version = "19.2.0-canary-f7396427-20250501";
16651
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
16652
16652
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16653
16653
  "function" ===
16654
16654
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9146,5 +9146,5 @@
9146
9146
  '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'
9147
9147
  );
9148
9148
  };
9149
- exports.version = "19.2.0-canary-f7396427-20250501";
9149
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
9150
9150
  })();
@@ -5989,4 +5989,4 @@ exports.renderToString = function (children, options) {
5989
5989
  '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'
5990
5990
  );
5991
5991
  };
5992
- exports.version = "19.2.0-canary-f7396427-20250501";
5992
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
@@ -9146,5 +9146,5 @@
9146
9146
  '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'
9147
9147
  );
9148
9148
  };
9149
- exports.version = "19.2.0-canary-f7396427-20250501";
9149
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
9150
9150
  })();
@@ -6069,4 +6069,4 @@ exports.renderToString = function (children, options) {
6069
6069
  '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'
6070
6070
  );
6071
6071
  };
6072
- exports.version = "19.2.0-canary-f7396427-20250501";
6072
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
@@ -7872,11 +7872,11 @@
7872
7872
  }
7873
7873
  function ensureCorrectIsomorphicReactVersion() {
7874
7874
  var isomorphicReactPackageVersion = React.version;
7875
- if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
7875
+ if ("19.2.0-canary-b9cfa0d3-20250505" !== isomorphicReactPackageVersion)
7876
7876
  throw Error(
7877
7877
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7878
7878
  (isomorphicReactPackageVersion +
7879
- "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
7879
+ "\n - react-dom: 19.2.0-canary-b9cfa0d3-20250505\nLearn more: https://react.dev/warnings/version-mismatch")
7880
7880
  );
7881
7881
  }
7882
7882
  var React = require("react"),
@@ -9566,5 +9566,5 @@
9566
9566
  startWork(request);
9567
9567
  });
9568
9568
  };
9569
- exports.version = "19.2.0-canary-f7396427-20250501";
9569
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
9570
9570
  })();
@@ -6344,12 +6344,12 @@ function abort(request, reason) {
6344
6344
  }
6345
6345
  function ensureCorrectIsomorphicReactVersion() {
6346
6346
  var isomorphicReactPackageVersion = React.version;
6347
- if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
6347
+ if ("19.2.0-canary-b9cfa0d3-20250505" !== isomorphicReactPackageVersion)
6348
6348
  throw Error(
6349
6349
  formatProdErrorMessage(
6350
6350
  527,
6351
6351
  isomorphicReactPackageVersion,
6352
- "19.2.0-canary-f7396427-20250501"
6352
+ "19.2.0-canary-b9cfa0d3-20250505"
6353
6353
  )
6354
6354
  );
6355
6355
  }
@@ -6496,4 +6496,4 @@ exports.renderToReadableStream = function (children, options) {
6496
6496
  startWork(request);
6497
6497
  });
6498
6498
  };
6499
- exports.version = "19.2.0-canary-f7396427-20250501";
6499
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
@@ -8751,13 +8751,13 @@ function abort(request, reason) {
8751
8751
  }
8752
8752
  var isomorphicReactPackageVersion$jscomp$inline_748 = React.version;
8753
8753
  if (
8754
- "19.2.0-canary-f7396427-20250501" !==
8754
+ "19.2.0-canary-b9cfa0d3-20250505" !==
8755
8755
  isomorphicReactPackageVersion$jscomp$inline_748
8756
8756
  )
8757
8757
  throw Error(
8758
8758
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8759
8759
  (isomorphicReactPackageVersion$jscomp$inline_748 +
8760
- "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
8760
+ "\n - react-dom: 19.2.0-canary-b9cfa0d3-20250505\nLearn more: https://react.dev/warnings/version-mismatch")
8761
8761
  );
8762
8762
  exports.renderToReadableStream = function (children, options) {
8763
8763
  return new Promise(function (resolve, reject) {
@@ -8850,4 +8850,4 @@ exports.renderToReadableStream = function (children, options) {
8850
8850
  startWork(request$jscomp$0);
8851
8851
  });
8852
8852
  };
8853
- exports.version = "19.2.0-canary-f7396427-20250501";
8853
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
@@ -5972,13 +5972,13 @@ function abort(request, reason) {
5972
5972
  }
5973
5973
  var isomorphicReactPackageVersion$jscomp$inline_768 = React.version;
5974
5974
  if (
5975
- "19.2.0-canary-f7396427-20250501" !==
5975
+ "19.2.0-canary-b9cfa0d3-20250505" !==
5976
5976
  isomorphicReactPackageVersion$jscomp$inline_768
5977
5977
  )
5978
5978
  throw Error(
5979
5979
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5980
5980
  (isomorphicReactPackageVersion$jscomp$inline_768 +
5981
- "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
5981
+ "\n - react-dom: 19.2.0-canary-b9cfa0d3-20250505\nLearn more: https://react.dev/warnings/version-mismatch")
5982
5982
  );
5983
5983
  exports.renderToReadableStream = function (children, options) {
5984
5984
  return new Promise(function (resolve, reject) {
@@ -6069,4 +6069,4 @@ exports.renderToReadableStream = function (children, options) {
6069
6069
  startWork(request);
6070
6070
  });
6071
6071
  };
6072
- exports.version = "19.2.0-canary-f7396427-20250501";
6072
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
@@ -7895,11 +7895,11 @@
7895
7895
  }
7896
7896
  function ensureCorrectIsomorphicReactVersion() {
7897
7897
  var isomorphicReactPackageVersion = React.version;
7898
- if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
7898
+ if ("19.2.0-canary-b9cfa0d3-20250505" !== isomorphicReactPackageVersion)
7899
7899
  throw Error(
7900
7900
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7901
7901
  (isomorphicReactPackageVersion +
7902
- "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
7902
+ "\n - react-dom: 19.2.0-canary-b9cfa0d3-20250505\nLearn more: https://react.dev/warnings/version-mismatch")
7903
7903
  );
7904
7904
  }
7905
7905
  var React = require("react"),
@@ -9585,5 +9585,5 @@
9585
9585
  startWork(request);
9586
9586
  });
9587
9587
  };
9588
- exports.version = "19.2.0-canary-f7396427-20250501";
9588
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
9589
9589
  })();
@@ -6439,11 +6439,11 @@ function abort(request, reason) {
6439
6439
  }
6440
6440
  function ensureCorrectIsomorphicReactVersion() {
6441
6441
  var isomorphicReactPackageVersion = React.version;
6442
- if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
6442
+ if ("19.2.0-canary-b9cfa0d3-20250505" !== isomorphicReactPackageVersion)
6443
6443
  throw Error(
6444
6444
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6445
6445
  (isomorphicReactPackageVersion +
6446
- "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
6446
+ "\n - react-dom: 19.2.0-canary-b9cfa0d3-20250505\nLearn more: https://react.dev/warnings/version-mismatch")
6447
6447
  );
6448
6448
  }
6449
6449
  ensureCorrectIsomorphicReactVersion();
@@ -6589,4 +6589,4 @@ exports.renderToReadableStream = function (children, options) {
6589
6589
  startWork(request);
6590
6590
  });
6591
6591
  };
6592
- exports.version = "19.2.0-canary-f7396427-20250501";
6592
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
@@ -7764,11 +7764,11 @@
7764
7764
  }
7765
7765
  function ensureCorrectIsomorphicReactVersion() {
7766
7766
  var isomorphicReactPackageVersion = React.version;
7767
- if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
7767
+ if ("19.2.0-canary-b9cfa0d3-20250505" !== isomorphicReactPackageVersion)
7768
7768
  throw Error(
7769
7769
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7770
7770
  (isomorphicReactPackageVersion +
7771
- "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
7771
+ "\n - react-dom: 19.2.0-canary-b9cfa0d3-20250505\nLearn more: https://react.dev/warnings/version-mismatch")
7772
7772
  );
7773
7773
  }
7774
7774
  function createDrainHandler(destination, request) {
@@ -9453,5 +9453,5 @@
9453
9453
  }
9454
9454
  };
9455
9455
  };
9456
- exports.version = "19.2.0-canary-f7396427-20250501";
9456
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
9457
9457
  })();
@@ -6334,11 +6334,11 @@ function abort(request, reason) {
6334
6334
  }
6335
6335
  function ensureCorrectIsomorphicReactVersion() {
6336
6336
  var isomorphicReactPackageVersion = React.version;
6337
- if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
6337
+ if ("19.2.0-canary-b9cfa0d3-20250505" !== isomorphicReactPackageVersion)
6338
6338
  throw Error(
6339
6339
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6340
6340
  (isomorphicReactPackageVersion +
6341
- "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
6341
+ "\n - react-dom: 19.2.0-canary-b9cfa0d3-20250505\nLearn more: https://react.dev/warnings/version-mismatch")
6342
6342
  );
6343
6343
  }
6344
6344
  ensureCorrectIsomorphicReactVersion();
@@ -6487,4 +6487,4 @@ exports.renderToPipeableStream = function (children, options) {
6487
6487
  }
6488
6488
  };
6489
6489
  };
6490
- exports.version = "19.2.0-canary-f7396427-20250501";
6490
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-f7396427-20250501";
419
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
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.2.0-canary-f7396427-20250501";
210
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-f7396427-20250501";
339
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
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.2.0-canary-f7396427-20250501";
152
+ exports.version = "19.2.0-canary-b9cfa0d3-20250505";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-f7396427-20250501",
3
+ "version": "19.2.0-canary-b9cfa0d3-20250505",
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.27.0-canary-f7396427-20250501"
20
+ "scheduler": "0.27.0-canary-b9cfa0d3-20250505"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-f7396427-20250501"
23
+ "react": "19.2.0-canary-b9cfa0d3-20250505"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",