react-dom 19.1.0-canary-7b402084-20250107 → 19.1.0-canary-74ea0c73-20250109

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.
@@ -5109,6 +5109,7 @@
5109
5109
  renderNodeDestructive(request, task, props.children, -1);
5110
5110
  task.keyPath = _prevKeyPath3;
5111
5111
  return;
5112
+ case REACT_VIEW_TRANSITION_TYPE:
5112
5113
  case REACT_SCOPE_TYPE:
5113
5114
  throw Error(
5114
5115
  "ReactDOMServer does not yet support scope components."
@@ -7141,6 +7142,7 @@
7141
7142
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
7142
7143
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
7143
7144
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
7145
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
7144
7146
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
7145
7147
  isArrayImpl = Array.isArray,
7146
7148
  jsxPropsParents = new WeakMap(),
@@ -8334,9 +8336,6 @@
8334
8336
  var didWarnAboutInvalidateContextType = new Set();
8335
8337
  var didWarnOnInvalidCallback = new Set();
8336
8338
  var classComponentUpdater = {
8337
- isMounted: function () {
8338
- return !1;
8339
- },
8340
8339
  enqueueSetState: function (inst, payload, callback) {
8341
8340
  var internals = inst._reactInternals;
8342
8341
  null === internals.queue
@@ -8556,5 +8555,5 @@
8556
8555
  '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
8556
  );
8558
8557
  };
8559
- exports.version = "19.1.0-canary-7b402084-20250107";
8558
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
8560
8559
  })();
@@ -66,6 +66,7 @@ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
66
66
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
67
67
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
68
68
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
69
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
69
70
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
70
71
  isArrayImpl = Array.isArray;
71
72
  function murmurhash3_32_gc(key, seed) {
@@ -2821,9 +2822,6 @@ function switchContext(newSnapshot) {
2821
2822
  (currentActiveSnapshot = newSnapshot));
2822
2823
  }
2823
2824
  var classComponentUpdater = {
2824
- isMounted: function () {
2825
- return !1;
2826
- },
2827
2825
  enqueueSetState: function (inst, payload) {
2828
2826
  inst = inst._reactInternals;
2829
2827
  null !== inst.queue && inst.queue.push(payload);
@@ -3959,6 +3957,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
3959
3957
  renderNodeDestructive(request, task, props.children, -1);
3960
3958
  task.keyPath = type;
3961
3959
  return;
3960
+ case REACT_VIEW_TRANSITION_TYPE:
3962
3961
  case REACT_SCOPE_TYPE:
3963
3962
  throw Error(formatProdErrorMessage(343));
3964
3963
  case REACT_SUSPENSE_TYPE:
@@ -5611,4 +5610,4 @@ exports.renderToString = function (children, options) {
5611
5610
  '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
5611
  );
5613
5612
  };
5614
- exports.version = "19.1.0-canary-7b402084-20250107";
5613
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
@@ -5109,6 +5109,7 @@
5109
5109
  renderNodeDestructive(request, task, props.children, -1);
5110
5110
  task.keyPath = _prevKeyPath3;
5111
5111
  return;
5112
+ case REACT_VIEW_TRANSITION_TYPE:
5112
5113
  case REACT_SCOPE_TYPE:
5113
5114
  throw Error(
5114
5115
  "ReactDOMServer does not yet support scope components."
@@ -7141,6 +7142,7 @@
7141
7142
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
7142
7143
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
7143
7144
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
7145
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
7144
7146
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
7145
7147
  isArrayImpl = Array.isArray,
7146
7148
  jsxPropsParents = new WeakMap(),
@@ -8334,9 +8336,6 @@
8334
8336
  var didWarnAboutInvalidateContextType = new Set();
8335
8337
  var didWarnOnInvalidCallback = new Set();
8336
8338
  var classComponentUpdater = {
8337
- isMounted: function () {
8338
- return !1;
8339
- },
8340
8339
  enqueueSetState: function (inst, payload, callback) {
8341
8340
  var internals = inst._reactInternals;
8342
8341
  null === internals.queue
@@ -8556,5 +8555,5 @@
8556
8555
  '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
8556
  );
8558
8557
  };
8559
- exports.version = "19.1.0-canary-7b402084-20250107";
8558
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
8560
8559
  })();
@@ -51,6 +51,7 @@ var React = require("react"),
51
51
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
52
52
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
53
53
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
54
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
54
55
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
55
56
  isArrayImpl = Array.isArray;
56
57
  function murmurhash3_32_gc(key, seed) {
@@ -2852,9 +2853,6 @@ function switchContext(newSnapshot) {
2852
2853
  (currentActiveSnapshot = newSnapshot));
2853
2854
  }
2854
2855
  var classComponentUpdater = {
2855
- isMounted: function () {
2856
- return !1;
2857
- },
2858
2856
  enqueueSetState: function (inst, payload) {
2859
2857
  inst = inst._reactInternals;
2860
2858
  null !== inst.queue && inst.queue.push(payload);
@@ -4006,6 +4004,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
4006
4004
  renderNodeDestructive(request, task, props.children, -1);
4007
4005
  task.keyPath = type;
4008
4006
  return;
4007
+ case REACT_VIEW_TRANSITION_TYPE:
4009
4008
  case REACT_SCOPE_TYPE:
4010
4009
  throw Error("ReactDOMServer does not yet support scope components.");
4011
4010
  case REACT_SUSPENSE_TYPE:
@@ -5688,4 +5687,4 @@ exports.renderToString = function (children, options) {
5688
5687
  '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
5688
  );
5690
5689
  };
5691
- exports.version = "19.1.0-canary-7b402084-20250107";
5690
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
@@ -5297,6 +5297,7 @@
5297
5297
  renderNodeDestructive(request, task, props.children, -1);
5298
5298
  task.keyPath = _prevKeyPath3;
5299
5299
  return;
5300
+ case REACT_VIEW_TRANSITION_TYPE:
5300
5301
  case REACT_SCOPE_TYPE:
5301
5302
  throw Error(
5302
5303
  "ReactDOMServer does not yet support scope components."
@@ -7292,11 +7293,11 @@
7292
7293
  }
7293
7294
  function ensureCorrectIsomorphicReactVersion() {
7294
7295
  var isomorphicReactPackageVersion = React.version;
7295
- if ("19.1.0-canary-7b402084-20250107" !== isomorphicReactPackageVersion)
7296
+ if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
7296
7297
  throw Error(
7297
7298
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7298
7299
  (isomorphicReactPackageVersion +
7299
- "\n - react-dom: 19.1.0-canary-7b402084-20250107\nLearn more: https://react.dev/warnings/version-mismatch")
7300
+ "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
7300
7301
  );
7301
7302
  }
7302
7303
  var React = require("react"),
@@ -7317,6 +7318,7 @@
7317
7318
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
7318
7319
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
7319
7320
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
7321
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
7320
7322
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
7321
7323
  isArrayImpl = Array.isArray,
7322
7324
  jsxPropsParents = new WeakMap(),
@@ -8589,9 +8591,6 @@
8589
8591
  var didWarnAboutInvalidateContextType = new Set();
8590
8592
  var didWarnOnInvalidCallback = new Set();
8591
8593
  var classComponentUpdater = {
8592
- isMounted: function () {
8593
- return !1;
8594
- },
8595
8594
  enqueueSetState: function (inst, payload, callback) {
8596
8595
  var internals = inst._reactInternals;
8597
8596
  null === internals.queue
@@ -8938,5 +8937,5 @@
8938
8937
  startWork(request);
8939
8938
  });
8940
8939
  };
8941
- exports.version = "19.1.0-canary-7b402084-20250107";
8940
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
8942
8941
  })();
@@ -66,6 +66,7 @@ var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
66
66
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
67
67
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
68
68
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
69
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
69
70
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
70
71
  isArrayImpl = Array.isArray;
71
72
  function murmurhash3_32_gc(key, seed) {
@@ -3178,9 +3179,6 @@ function switchContext(newSnapshot) {
3178
3179
  (currentActiveSnapshot = newSnapshot));
3179
3180
  }
3180
3181
  var classComponentUpdater = {
3181
- isMounted: function () {
3182
- return !1;
3183
- },
3184
3182
  enqueueSetState: function (inst, payload) {
3185
3183
  inst = inst._reactInternals;
3186
3184
  null !== inst.queue && inst.queue.push(payload);
@@ -4364,6 +4362,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
4364
4362
  renderNodeDestructive(request, task, props.children, -1);
4365
4363
  task.keyPath = type;
4366
4364
  return;
4365
+ case REACT_VIEW_TRANSITION_TYPE:
4367
4366
  case REACT_SCOPE_TYPE:
4368
4367
  throw Error(formatProdErrorMessage(343));
4369
4368
  case REACT_SUSPENSE_TYPE:
@@ -5943,12 +5942,12 @@ function abort(request, reason) {
5943
5942
  }
5944
5943
  function ensureCorrectIsomorphicReactVersion() {
5945
5944
  var isomorphicReactPackageVersion = React.version;
5946
- if ("19.1.0-canary-7b402084-20250107" !== isomorphicReactPackageVersion)
5945
+ if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
5947
5946
  throw Error(
5948
5947
  formatProdErrorMessage(
5949
5948
  527,
5950
5949
  isomorphicReactPackageVersion,
5951
- "19.1.0-canary-7b402084-20250107"
5950
+ "19.1.0-canary-74ea0c73-20250109"
5952
5951
  )
5953
5952
  );
5954
5953
  }
@@ -6095,4 +6094,4 @@ exports.renderToReadableStream = function (children, options) {
6095
6094
  startWork(request);
6096
6095
  });
6097
6096
  };
6098
- exports.version = "19.1.0-canary-7b402084-20250107";
6097
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
@@ -27,6 +27,7 @@ var React = require("react"),
27
27
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
28
28
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
29
29
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
30
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
30
31
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
31
32
  isArrayImpl = Array.isArray,
32
33
  jsxPropsParents = new WeakMap(),
@@ -4622,9 +4623,6 @@ function warnNoop(publicInstance, callerName) {
4622
4623
  (didWarnAboutNoopUpdateForComponent[warningKey] = !0));
4623
4624
  }
4624
4625
  var classComponentUpdater = {
4625
- isMounted: function () {
4626
- return !1;
4627
- },
4628
4626
  enqueueSetState: function (inst, payload, callback) {
4629
4627
  var internals = inst._reactInternals;
4630
4628
  null === internals.queue
@@ -6333,6 +6331,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
6333
6331
  renderNodeDestructive(request, task, props.children, -1);
6334
6332
  task.keyPath = _prevKeyPath3;
6335
6333
  return;
6334
+ case REACT_VIEW_TRANSITION_TYPE:
6336
6335
  case REACT_SCOPE_TYPE:
6337
6336
  throw Error("ReactDOMServer does not yet support scope components.");
6338
6337
  case REACT_SUSPENSE_TYPE:
@@ -8177,13 +8176,13 @@ function abort(request, reason) {
8177
8176
  }
8178
8177
  var isomorphicReactPackageVersion$jscomp$inline_699 = React.version;
8179
8178
  if (
8180
- "19.1.0-canary-7b402084-20250107" !==
8179
+ "19.1.0-canary-74ea0c73-20250109" !==
8181
8180
  isomorphicReactPackageVersion$jscomp$inline_699
8182
8181
  )
8183
8182
  throw Error(
8184
8183
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8185
8184
  (isomorphicReactPackageVersion$jscomp$inline_699 +
8186
- "\n - react-dom: 19.1.0-canary-7b402084-20250107\nLearn more: https://react.dev/warnings/version-mismatch")
8185
+ "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
8187
8186
  );
8188
8187
  exports.renderToReadableStream = function (children, options) {
8189
8188
  return new Promise(function (resolve, reject) {
@@ -8275,4 +8274,4 @@ exports.renderToReadableStream = function (children, options) {
8275
8274
  startWork(request$jscomp$0);
8276
8275
  });
8277
8276
  };
8278
- exports.version = "19.1.0-canary-7b402084-20250107";
8277
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
@@ -27,6 +27,7 @@ var React = require("react"),
27
27
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
28
28
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
29
29
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
30
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
30
31
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
31
32
  isArrayImpl = Array.isArray,
32
33
  scheduleMicrotask = queueMicrotask;
@@ -2821,9 +2822,6 @@ function switchContext(newSnapshot) {
2821
2822
  (currentActiveSnapshot = newSnapshot));
2822
2823
  }
2823
2824
  var classComponentUpdater = {
2824
- isMounted: function () {
2825
- return !1;
2826
- },
2827
2825
  enqueueSetState: function (inst, payload) {
2828
2826
  inst = inst._reactInternals;
2829
2827
  null !== inst.queue && inst.queue.push(payload);
@@ -3987,6 +3985,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
3987
3985
  renderNodeDestructive(request, task, props.children, -1);
3988
3986
  task.keyPath = type;
3989
3987
  return;
3988
+ case REACT_VIEW_TRANSITION_TYPE:
3990
3989
  case REACT_SCOPE_TYPE:
3991
3990
  throw Error("ReactDOMServer does not yet support scope components.");
3992
3991
  case REACT_SUSPENSE_TYPE:
@@ -5580,13 +5579,13 @@ function abort(request, reason) {
5580
5579
  }
5581
5580
  var isomorphicReactPackageVersion$jscomp$inline_728 = React.version;
5582
5581
  if (
5583
- "19.1.0-canary-7b402084-20250107" !==
5582
+ "19.1.0-canary-74ea0c73-20250109" !==
5584
5583
  isomorphicReactPackageVersion$jscomp$inline_728
5585
5584
  )
5586
5585
  throw Error(
5587
5586
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5588
5587
  (isomorphicReactPackageVersion$jscomp$inline_728 +
5589
- "\n - react-dom: 19.1.0-canary-7b402084-20250107\nLearn more: https://react.dev/warnings/version-mismatch")
5588
+ "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
5590
5589
  );
5591
5590
  exports.renderToReadableStream = function (children, options) {
5592
5591
  return new Promise(function (resolve, reject) {
@@ -5677,4 +5676,4 @@ exports.renderToReadableStream = function (children, options) {
5677
5676
  startWork(request);
5678
5677
  });
5679
5678
  };
5680
- exports.version = "19.1.0-canary-7b402084-20250107";
5679
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
@@ -5307,6 +5307,7 @@
5307
5307
  renderNodeDestructive(request, task, props.children, -1);
5308
5308
  task.keyPath = _prevKeyPath3;
5309
5309
  return;
5310
+ case REACT_VIEW_TRANSITION_TYPE:
5310
5311
  case REACT_SCOPE_TYPE:
5311
5312
  throw Error(
5312
5313
  "ReactDOMServer does not yet support scope components."
@@ -7315,11 +7316,11 @@
7315
7316
  }
7316
7317
  function ensureCorrectIsomorphicReactVersion() {
7317
7318
  var isomorphicReactPackageVersion = React.version;
7318
- if ("19.1.0-canary-7b402084-20250107" !== isomorphicReactPackageVersion)
7319
+ if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
7319
7320
  throw Error(
7320
7321
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7321
7322
  (isomorphicReactPackageVersion +
7322
- "\n - react-dom: 19.1.0-canary-7b402084-20250107\nLearn more: https://react.dev/warnings/version-mismatch")
7323
+ "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
7323
7324
  );
7324
7325
  }
7325
7326
  var React = require("react"),
@@ -7340,6 +7341,7 @@
7340
7341
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
7341
7342
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
7342
7343
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
7344
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
7343
7345
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
7344
7346
  isArrayImpl = Array.isArray,
7345
7347
  jsxPropsParents = new WeakMap(),
@@ -8608,9 +8610,6 @@
8608
8610
  var didWarnAboutInvalidateContextType = new Set();
8609
8611
  var didWarnOnInvalidCallback = new Set();
8610
8612
  var classComponentUpdater = {
8611
- isMounted: function () {
8612
- return !1;
8613
- },
8614
8613
  enqueueSetState: function (inst, payload, callback) {
8615
8614
  var internals = inst._reactInternals;
8616
8615
  null === internals.queue
@@ -8957,5 +8956,5 @@
8957
8956
  startWork(request);
8958
8957
  });
8959
8958
  };
8960
- exports.version = "19.1.0-canary-7b402084-20250107";
8959
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
8961
8960
  })();
@@ -51,6 +51,7 @@ var React = require("react"),
51
51
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
52
52
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
53
53
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
54
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
54
55
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
55
56
  isArrayImpl = Array.isArray;
56
57
  function murmurhash3_32_gc(key, seed) {
@@ -3201,9 +3202,6 @@ function switchContext(newSnapshot) {
3201
3202
  (currentActiveSnapshot = newSnapshot));
3202
3203
  }
3203
3204
  var classComponentUpdater = {
3204
- isMounted: function () {
3205
- return !1;
3206
- },
3207
3205
  enqueueSetState: function (inst, payload) {
3208
3206
  inst = inst._reactInternals;
3209
3207
  null !== inst.queue && inst.queue.push(payload);
@@ -4416,6 +4414,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
4416
4414
  renderNodeDestructive(request, task, props.children, -1);
4417
4415
  task.keyPath = type;
4418
4416
  return;
4417
+ case REACT_VIEW_TRANSITION_TYPE:
4419
4418
  case REACT_SCOPE_TYPE:
4420
4419
  throw Error("ReactDOMServer does not yet support scope components.");
4421
4420
  case REACT_SUSPENSE_TYPE:
@@ -6035,11 +6034,11 @@ function abort(request, reason) {
6035
6034
  }
6036
6035
  function ensureCorrectIsomorphicReactVersion() {
6037
6036
  var isomorphicReactPackageVersion = React.version;
6038
- if ("19.1.0-canary-7b402084-20250107" !== isomorphicReactPackageVersion)
6037
+ if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
6039
6038
  throw Error(
6040
6039
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6041
6040
  (isomorphicReactPackageVersion +
6042
- "\n - react-dom: 19.1.0-canary-7b402084-20250107\nLearn more: https://react.dev/warnings/version-mismatch")
6041
+ "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
6043
6042
  );
6044
6043
  }
6045
6044
  ensureCorrectIsomorphicReactVersion();
@@ -6185,4 +6184,4 @@ exports.renderToReadableStream = function (children, options) {
6185
6184
  startWork(request);
6186
6185
  });
6187
6186
  };
6188
- exports.version = "19.1.0-canary-7b402084-20250107";
6187
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
@@ -5206,6 +5206,7 @@
5206
5206
  renderNodeDestructive(request, task, props.children, -1);
5207
5207
  task.keyPath = _prevKeyPath3;
5208
5208
  return;
5209
+ case REACT_VIEW_TRANSITION_TYPE:
5209
5210
  case REACT_SCOPE_TYPE:
5210
5211
  throw Error(
5211
5212
  "ReactDOMServer does not yet support scope components."
@@ -7190,11 +7191,11 @@
7190
7191
  }
7191
7192
  function ensureCorrectIsomorphicReactVersion() {
7192
7193
  var isomorphicReactPackageVersion = React.version;
7193
- if ("19.1.0-canary-7b402084-20250107" !== isomorphicReactPackageVersion)
7194
+ if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
7194
7195
  throw Error(
7195
7196
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7196
7197
  (isomorphicReactPackageVersion +
7197
- "\n - react-dom: 19.1.0-canary-7b402084-20250107\nLearn more: https://react.dev/warnings/version-mismatch")
7198
+ "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
7198
7199
  );
7199
7200
  }
7200
7201
  function createDrainHandler(destination, request) {
@@ -7273,6 +7274,7 @@
7273
7274
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
7274
7275
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
7275
7276
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
7277
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
7276
7278
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
7277
7279
  isArrayImpl = Array.isArray,
7278
7280
  jsxPropsParents = new WeakMap(),
@@ -8533,9 +8535,6 @@
8533
8535
  var didWarnAboutInvalidateContextType = new Set();
8534
8536
  var didWarnOnInvalidCallback = new Set();
8535
8537
  var classComponentUpdater = {
8536
- isMounted: function () {
8537
- return !1;
8538
- },
8539
8538
  enqueueSetState: function (inst, payload, callback) {
8540
8539
  var internals = inst._reactInternals;
8541
8540
  null === internals.queue
@@ -8831,5 +8830,5 @@
8831
8830
  }
8832
8831
  };
8833
8832
  };
8834
- exports.version = "19.1.0-canary-7b402084-20250107";
8833
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
8835
8834
  })();
@@ -31,6 +31,7 @@ var util = require("util"),
31
31
  REACT_SCOPE_TYPE = Symbol.for("react.scope"),
32
32
  REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"),
33
33
  REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"),
34
+ REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"),
34
35
  MAYBE_ITERATOR_SYMBOL = Symbol.iterator,
35
36
  isArrayImpl = Array.isArray,
36
37
  scheduleMicrotask = queueMicrotask;
@@ -3104,9 +3105,6 @@ function switchContext(newSnapshot) {
3104
3105
  (currentActiveSnapshot = newSnapshot));
3105
3106
  }
3106
3107
  var classComponentUpdater = {
3107
- isMounted: function () {
3108
- return !1;
3109
- },
3110
3108
  enqueueSetState: function (inst, payload) {
3111
3109
  inst = inst._reactInternals;
3112
3110
  null !== inst.queue && inst.queue.push(payload);
@@ -4313,6 +4311,7 @@ function renderElement(request, task, keyPath, type, props, ref) {
4313
4311
  renderNodeDestructive(request, task, props.children, -1);
4314
4312
  task.keyPath = type;
4315
4313
  return;
4314
+ case REACT_VIEW_TRANSITION_TYPE:
4316
4315
  case REACT_SCOPE_TYPE:
4317
4316
  throw Error("ReactDOMServer does not yet support scope components.");
4318
4317
  case REACT_SUSPENSE_TYPE:
@@ -5927,11 +5926,11 @@ function abort(request, reason) {
5927
5926
  }
5928
5927
  function ensureCorrectIsomorphicReactVersion() {
5929
5928
  var isomorphicReactPackageVersion = React.version;
5930
- if ("19.1.0-canary-7b402084-20250107" !== isomorphicReactPackageVersion)
5929
+ if ("19.1.0-canary-74ea0c73-20250109" !== isomorphicReactPackageVersion)
5931
5930
  throw Error(
5932
5931
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5933
5932
  (isomorphicReactPackageVersion +
5934
- "\n - react-dom: 19.1.0-canary-7b402084-20250107\nLearn more: https://react.dev/warnings/version-mismatch")
5933
+ "\n - react-dom: 19.1.0-canary-74ea0c73-20250109\nLearn more: https://react.dev/warnings/version-mismatch")
5935
5934
  );
5936
5935
  }
5937
5936
  ensureCorrectIsomorphicReactVersion();
@@ -6080,4 +6079,4 @@ exports.renderToPipeableStream = function (children, options) {
6080
6079
  }
6081
6080
  };
6082
6081
  };
6083
- exports.version = "19.1.0-canary-7b402084-20250107";
6082
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.1.0-canary-7b402084-20250107";
419
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
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-7b402084-20250107";
210
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.1.0-canary-7b402084-20250107";
339
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
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-7b402084-20250107";
152
+ exports.version = "19.1.0-canary-74ea0c73-20250109";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.1.0-canary-7b402084-20250107",
3
+ "version": "19.1.0-canary-74ea0c73-20250109",
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-7b402084-20250107"
20
+ "scheduler": "0.26.0-canary-74ea0c73-20250109"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.1.0-canary-7b402084-20250107"
23
+ "react": "19.1.0-canary-74ea0c73-20250109"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",