react-dom 19.1.1 → 19.1.3

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.
@@ -24797,11 +24797,11 @@
24797
24797
  };
24798
24798
  (function () {
24799
24799
  var isomorphicReactPackageVersion = React.version;
24800
- if ("19.1.1" !== isomorphicReactPackageVersion)
24800
+ if ("19.1.3" !== isomorphicReactPackageVersion)
24801
24801
  throw Error(
24802
24802
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24803
24803
  (isomorphicReactPackageVersion +
24804
- "\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
24804
+ "\n - react-dom: 19.1.3\nLearn more: https://react.dev/warnings/version-mismatch")
24805
24805
  );
24806
24806
  })();
24807
24807
  ("function" === typeof Map &&
@@ -24838,10 +24838,10 @@
24838
24838
  !(function () {
24839
24839
  var internals = {
24840
24840
  bundleType: 1,
24841
- version: "19.1.1",
24841
+ version: "19.1.3",
24842
24842
  rendererPackageName: "react-dom",
24843
24843
  currentDispatcherRef: ReactSharedInternals,
24844
- reconcilerVersion: "19.1.1"
24844
+ reconcilerVersion: "19.1.3"
24845
24845
  };
24846
24846
  internals.overrideHookState = overrideHookState;
24847
24847
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24985,7 +24985,7 @@
24985
24985
  listenToAllSupportedEvents(container);
24986
24986
  return new ReactDOMHydrationRoot(initialChildren);
24987
24987
  };
24988
- exports.version = "19.1.1";
24988
+ exports.version = "19.1.3";
24989
24989
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24990
24990
  "function" ===
24991
24991
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15254,14 +15254,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15254
15254
  };
15255
15255
  var isomorphicReactPackageVersion$jscomp$inline_1785 = React.version;
15256
15256
  if (
15257
- "19.1.1" !==
15257
+ "19.1.3" !==
15258
15258
  isomorphicReactPackageVersion$jscomp$inline_1785
15259
15259
  )
15260
15260
  throw Error(
15261
15261
  formatProdErrorMessage(
15262
15262
  527,
15263
15263
  isomorphicReactPackageVersion$jscomp$inline_1785,
15264
- "19.1.1"
15264
+ "19.1.3"
15265
15265
  )
15266
15266
  );
15267
15267
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15283,10 +15283,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15283
15283
  };
15284
15284
  var internals$jscomp$inline_2256 = {
15285
15285
  bundleType: 0,
15286
- version: "19.1.1",
15286
+ version: "19.1.3",
15287
15287
  rendererPackageName: "react-dom",
15288
15288
  currentDispatcherRef: ReactSharedInternals,
15289
- reconcilerVersion: "19.1.1"
15289
+ reconcilerVersion: "19.1.3"
15290
15290
  };
15291
15291
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15292
15292
  var hook$jscomp$inline_2257 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15390,4 +15390,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15390
15390
  listenToAllSupportedEvents(container);
15391
15391
  return new ReactDOMHydrationRoot(initialChildren);
15392
15392
  };
15393
- exports.version = "19.1.1";
15393
+ exports.version = "19.1.3";
@@ -24854,11 +24854,11 @@
24854
24854
  };
24855
24855
  (function () {
24856
24856
  var isomorphicReactPackageVersion = React.version;
24857
- if ("19.1.1" !== isomorphicReactPackageVersion)
24857
+ if ("19.1.3" !== isomorphicReactPackageVersion)
24858
24858
  throw Error(
24859
24859
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24860
24860
  (isomorphicReactPackageVersion +
24861
- "\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
24861
+ "\n - react-dom: 19.1.3\nLearn more: https://react.dev/warnings/version-mismatch")
24862
24862
  );
24863
24863
  })();
24864
24864
  ("function" === typeof Map &&
@@ -24895,10 +24895,10 @@
24895
24895
  !(function () {
24896
24896
  var internals = {
24897
24897
  bundleType: 1,
24898
- version: "19.1.1",
24898
+ version: "19.1.3",
24899
24899
  rendererPackageName: "react-dom",
24900
24900
  currentDispatcherRef: ReactSharedInternals,
24901
- reconcilerVersion: "19.1.1"
24901
+ reconcilerVersion: "19.1.3"
24902
24902
  };
24903
24903
  internals.overrideHookState = overrideHookState;
24904
24904
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25372,7 +25372,7 @@
25372
25372
  exports.useFormStatus = function () {
25373
25373
  return resolveDispatcher().useHostTransitionStatus();
25374
25374
  };
25375
- exports.version = "19.1.1";
25375
+ exports.version = "19.1.3";
25376
25376
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25377
25377
  "function" ===
25378
25378
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15899,14 +15899,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15899
15899
  };
15900
15900
  var isomorphicReactPackageVersion$jscomp$inline_1881 = React.version;
15901
15901
  if (
15902
- "19.1.1" !==
15902
+ "19.1.3" !==
15903
15903
  isomorphicReactPackageVersion$jscomp$inline_1881
15904
15904
  )
15905
15905
  throw Error(
15906
15906
  formatProdErrorMessage(
15907
15907
  527,
15908
15908
  isomorphicReactPackageVersion$jscomp$inline_1881,
15909
- "19.1.1"
15909
+ "19.1.3"
15910
15910
  )
15911
15911
  );
15912
15912
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15928,10 +15928,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15928
15928
  };
15929
15929
  var internals$jscomp$inline_1888 = {
15930
15930
  bundleType: 0,
15931
- version: "19.1.1",
15931
+ version: "19.1.3",
15932
15932
  rendererPackageName: "react-dom",
15933
15933
  currentDispatcherRef: ReactSharedInternals,
15934
- reconcilerVersion: "19.1.1",
15934
+ reconcilerVersion: "19.1.3",
15935
15935
  getLaneLabelMap: function () {
15936
15936
  for (
15937
15937
  var map = new Map(), lane = 1, index$282 = 0;
@@ -16211,7 +16211,7 @@ exports.useFormState = function (action, initialState, permalink) {
16211
16211
  exports.useFormStatus = function () {
16212
16212
  return ReactSharedInternals.H.useHostTransitionStatus();
16213
16213
  };
16214
- exports.version = "19.1.1";
16214
+ exports.version = "19.1.3";
16215
16215
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16216
16216
  "function" ===
16217
16217
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9031,5 +9031,5 @@
9031
9031
  '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'
9032
9032
  );
9033
9033
  };
9034
- exports.version = "19.1.1";
9034
+ exports.version = "19.1.3";
9035
9035
  })();
@@ -5889,4 +5889,4 @@ exports.renderToString = function (children, options) {
5889
5889
  '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'
5890
5890
  );
5891
5891
  };
5892
- exports.version = "19.1.1";
5892
+ exports.version = "19.1.3";
@@ -9031,5 +9031,5 @@
9031
9031
  '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'
9032
9032
  );
9033
9033
  };
9034
- exports.version = "19.1.1";
9034
+ exports.version = "19.1.3";
9035
9035
  })();
@@ -5969,4 +5969,4 @@ exports.renderToString = function (children, options) {
5969
5969
  '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'
5970
5970
  );
5971
5971
  };
5972
- exports.version = "19.1.1";
5972
+ exports.version = "19.1.3";
@@ -7746,11 +7746,11 @@
7746
7746
  }
7747
7747
  function ensureCorrectIsomorphicReactVersion() {
7748
7748
  var isomorphicReactPackageVersion = React.version;
7749
- if ("19.1.1" !== isomorphicReactPackageVersion)
7749
+ if ("19.1.3" !== isomorphicReactPackageVersion)
7750
7750
  throw Error(
7751
7751
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7752
7752
  (isomorphicReactPackageVersion +
7753
- "\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
7753
+ "\n - react-dom: 19.1.3\nLearn more: https://react.dev/warnings/version-mismatch")
7754
7754
  );
7755
7755
  }
7756
7756
  var React = require("react"),
@@ -9420,5 +9420,5 @@
9420
9420
  startWork(request);
9421
9421
  });
9422
9422
  };
9423
- exports.version = "19.1.1";
9423
+ exports.version = "19.1.3";
9424
9424
  })();
@@ -6229,12 +6229,12 @@ function abort(request, reason) {
6229
6229
  }
6230
6230
  function ensureCorrectIsomorphicReactVersion() {
6231
6231
  var isomorphicReactPackageVersion = React.version;
6232
- if ("19.1.1" !== isomorphicReactPackageVersion)
6232
+ if ("19.1.3" !== isomorphicReactPackageVersion)
6233
6233
  throw Error(
6234
6234
  formatProdErrorMessage(
6235
6235
  527,
6236
6236
  isomorphicReactPackageVersion,
6237
- "19.1.1"
6237
+ "19.1.3"
6238
6238
  )
6239
6239
  );
6240
6240
  }
@@ -6381,4 +6381,4 @@ exports.renderToReadableStream = function (children, options) {
6381
6381
  startWork(request);
6382
6382
  });
6383
6383
  };
6384
- exports.version = "19.1.1";
6384
+ exports.version = "19.1.3";
@@ -8636,13 +8636,13 @@ function abort(request, reason) {
8636
8636
  }
8637
8637
  var isomorphicReactPackageVersion$jscomp$inline_743 = React.version;
8638
8638
  if (
8639
- "19.1.1" !==
8639
+ "19.1.3" !==
8640
8640
  isomorphicReactPackageVersion$jscomp$inline_743
8641
8641
  )
8642
8642
  throw Error(
8643
8643
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8644
8644
  (isomorphicReactPackageVersion$jscomp$inline_743 +
8645
- "\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
8645
+ "\n - react-dom: 19.1.3\nLearn more: https://react.dev/warnings/version-mismatch")
8646
8646
  );
8647
8647
  exports.renderToReadableStream = function (children, options) {
8648
8648
  return new Promise(function (resolve, reject) {
@@ -8735,4 +8735,4 @@ exports.renderToReadableStream = function (children, options) {
8735
8735
  startWork(request$jscomp$0);
8736
8736
  });
8737
8737
  };
8738
- exports.version = "19.1.1";
8738
+ exports.version = "19.1.3";
@@ -5867,13 +5867,13 @@ function abort(request, reason) {
5867
5867
  }
5868
5868
  var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
5869
5869
  if (
5870
- "19.1.1" !==
5870
+ "19.1.3" !==
5871
5871
  isomorphicReactPackageVersion$jscomp$inline_761
5872
5872
  )
5873
5873
  throw Error(
5874
5874
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5875
5875
  (isomorphicReactPackageVersion$jscomp$inline_761 +
5876
- "\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
5876
+ "\n - react-dom: 19.1.3\nLearn more: https://react.dev/warnings/version-mismatch")
5877
5877
  );
5878
5878
  exports.renderToReadableStream = function (children, options) {
5879
5879
  return new Promise(function (resolve, reject) {
@@ -5964,4 +5964,4 @@ exports.renderToReadableStream = function (children, options) {
5964
5964
  startWork(request);
5965
5965
  });
5966
5966
  };
5967
- exports.version = "19.1.1";
5967
+ exports.version = "19.1.3";
@@ -7769,11 +7769,11 @@
7769
7769
  }
7770
7770
  function ensureCorrectIsomorphicReactVersion() {
7771
7771
  var isomorphicReactPackageVersion = React.version;
7772
- if ("19.1.1" !== isomorphicReactPackageVersion)
7772
+ if ("19.1.3" !== isomorphicReactPackageVersion)
7773
7773
  throw Error(
7774
7774
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7775
7775
  (isomorphicReactPackageVersion +
7776
- "\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
7776
+ "\n - react-dom: 19.1.3\nLearn more: https://react.dev/warnings/version-mismatch")
7777
7777
  );
7778
7778
  }
7779
7779
  var React = require("react"),
@@ -9439,5 +9439,5 @@
9439
9439
  startWork(request);
9440
9440
  });
9441
9441
  };
9442
- exports.version = "19.1.1";
9442
+ exports.version = "19.1.3";
9443
9443
  })();
@@ -6324,11 +6324,11 @@ function abort(request, reason) {
6324
6324
  }
6325
6325
  function ensureCorrectIsomorphicReactVersion() {
6326
6326
  var isomorphicReactPackageVersion = React.version;
6327
- if ("19.1.1" !== isomorphicReactPackageVersion)
6327
+ if ("19.1.3" !== isomorphicReactPackageVersion)
6328
6328
  throw Error(
6329
6329
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6330
6330
  (isomorphicReactPackageVersion +
6331
- "\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
6331
+ "\n - react-dom: 19.1.3\nLearn more: https://react.dev/warnings/version-mismatch")
6332
6332
  );
6333
6333
  }
6334
6334
  ensureCorrectIsomorphicReactVersion();
@@ -6474,4 +6474,4 @@ exports.renderToReadableStream = function (children, options) {
6474
6474
  startWork(request);
6475
6475
  });
6476
6476
  };
6477
- exports.version = "19.1.1";
6477
+ exports.version = "19.1.3";
@@ -7644,11 +7644,11 @@
7644
7644
  }
7645
7645
  function ensureCorrectIsomorphicReactVersion() {
7646
7646
  var isomorphicReactPackageVersion = React.version;
7647
- if ("19.1.1" !== isomorphicReactPackageVersion)
7647
+ if ("19.1.3" !== isomorphicReactPackageVersion)
7648
7648
  throw Error(
7649
7649
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7650
7650
  (isomorphicReactPackageVersion +
7651
- "\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
7651
+ "\n - react-dom: 19.1.3\nLearn more: https://react.dev/warnings/version-mismatch")
7652
7652
  );
7653
7653
  }
7654
7654
  function createDrainHandler(destination, request) {
@@ -9313,5 +9313,5 @@
9313
9313
  }
9314
9314
  };
9315
9315
  };
9316
- exports.version = "19.1.1";
9316
+ exports.version = "19.1.3";
9317
9317
  })();
@@ -6216,11 +6216,11 @@ function abort(request, reason) {
6216
6216
  }
6217
6217
  function ensureCorrectIsomorphicReactVersion() {
6218
6218
  var isomorphicReactPackageVersion = React.version;
6219
- if ("19.1.1" !== isomorphicReactPackageVersion)
6219
+ if ("19.1.3" !== isomorphicReactPackageVersion)
6220
6220
  throw Error(
6221
6221
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6222
6222
  (isomorphicReactPackageVersion +
6223
- "\n - react-dom: 19.1.1\nLearn more: https://react.dev/warnings/version-mismatch")
6223
+ "\n - react-dom: 19.1.3\nLearn more: https://react.dev/warnings/version-mismatch")
6224
6224
  );
6225
6225
  }
6226
6226
  ensureCorrectIsomorphicReactVersion();
@@ -6369,4 +6369,4 @@ exports.renderToPipeableStream = function (children, options) {
6369
6369
  }
6370
6370
  };
6371
6371
  };
6372
- exports.version = "19.1.1";
6372
+ exports.version = "19.1.3";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.1.1";
419
+ exports.version = "19.1.3";
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.1";
210
+ exports.version = "19.1.3";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.1.1";
339
+ exports.version = "19.1.3";
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.1";
152
+ exports.version = "19.1.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.1.1",
3
+ "version": "19.1.3",
4
4
  "description": "React package for working with the DOM.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "scheduler": "^0.26.0"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "^19.1.1"
23
+ "react": "^19.1.3"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",