react-dom 19.3.0-canary-1324e1bb-20251016 → 19.3.0-canary-58bdc0bb-20251019

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.
@@ -30303,11 +30303,11 @@
30303
30303
  };
30304
30304
  (function () {
30305
30305
  var isomorphicReactPackageVersion = React.version;
30306
- if ("19.3.0-canary-1324e1bb-20251016" !== isomorphicReactPackageVersion)
30306
+ if ("19.3.0-canary-58bdc0bb-20251019" !== isomorphicReactPackageVersion)
30307
30307
  throw Error(
30308
30308
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30309
30309
  (isomorphicReactPackageVersion +
30310
- "\n - react-dom: 19.3.0-canary-1324e1bb-20251016\nLearn more: https://react.dev/warnings/version-mismatch")
30310
+ "\n - react-dom: 19.3.0-canary-58bdc0bb-20251019\nLearn more: https://react.dev/warnings/version-mismatch")
30311
30311
  );
30312
30312
  })();
30313
30313
  ("function" === typeof Map &&
@@ -30344,10 +30344,10 @@
30344
30344
  !(function () {
30345
30345
  var internals = {
30346
30346
  bundleType: 1,
30347
- version: "19.3.0-canary-1324e1bb-20251016",
30347
+ version: "19.3.0-canary-58bdc0bb-20251019",
30348
30348
  rendererPackageName: "react-dom",
30349
30349
  currentDispatcherRef: ReactSharedInternals,
30350
- reconcilerVersion: "19.3.0-canary-1324e1bb-20251016"
30350
+ reconcilerVersion: "19.3.0-canary-58bdc0bb-20251019"
30351
30351
  };
30352
30352
  internals.overrideHookState = overrideHookState;
30353
30353
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30485,7 +30485,7 @@
30485
30485
  listenToAllSupportedEvents(container);
30486
30486
  return new ReactDOMHydrationRoot(initialChildren);
30487
30487
  };
30488
- exports.version = "19.3.0-canary-1324e1bb-20251016";
30488
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
30489
30489
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30490
30490
  "function" ===
30491
30491
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -17909,14 +17909,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
17909
17909
  };
17910
17910
  var isomorphicReactPackageVersion$jscomp$inline_2060 = React.version;
17911
17911
  if (
17912
- "19.3.0-canary-1324e1bb-20251016" !==
17912
+ "19.3.0-canary-58bdc0bb-20251019" !==
17913
17913
  isomorphicReactPackageVersion$jscomp$inline_2060
17914
17914
  )
17915
17915
  throw Error(
17916
17916
  formatProdErrorMessage(
17917
17917
  527,
17918
17918
  isomorphicReactPackageVersion$jscomp$inline_2060,
17919
- "19.3.0-canary-1324e1bb-20251016"
17919
+ "19.3.0-canary-58bdc0bb-20251019"
17920
17920
  )
17921
17921
  );
17922
17922
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17938,10 +17938,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
17938
17938
  };
17939
17939
  var internals$jscomp$inline_2647 = {
17940
17940
  bundleType: 0,
17941
- version: "19.3.0-canary-1324e1bb-20251016",
17941
+ version: "19.3.0-canary-58bdc0bb-20251019",
17942
17942
  rendererPackageName: "react-dom",
17943
17943
  currentDispatcherRef: ReactSharedInternals,
17944
- reconcilerVersion: "19.3.0-canary-1324e1bb-20251016"
17944
+ reconcilerVersion: "19.3.0-canary-58bdc0bb-20251019"
17945
17945
  };
17946
17946
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
17947
17947
  var hook$jscomp$inline_2648 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18039,4 +18039,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
18039
18039
  listenToAllSupportedEvents(container);
18040
18040
  return new ReactDOMHydrationRoot(initialChildren);
18041
18041
  };
18042
- exports.version = "19.3.0-canary-1324e1bb-20251016";
18042
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
@@ -30355,11 +30355,11 @@
30355
30355
  };
30356
30356
  (function () {
30357
30357
  var isomorphicReactPackageVersion = React.version;
30358
- if ("19.3.0-canary-1324e1bb-20251016" !== isomorphicReactPackageVersion)
30358
+ if ("19.3.0-canary-58bdc0bb-20251019" !== isomorphicReactPackageVersion)
30359
30359
  throw Error(
30360
30360
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30361
30361
  (isomorphicReactPackageVersion +
30362
- "\n - react-dom: 19.3.0-canary-1324e1bb-20251016\nLearn more: https://react.dev/warnings/version-mismatch")
30362
+ "\n - react-dom: 19.3.0-canary-58bdc0bb-20251019\nLearn more: https://react.dev/warnings/version-mismatch")
30363
30363
  );
30364
30364
  })();
30365
30365
  ("function" === typeof Map &&
@@ -30396,10 +30396,10 @@
30396
30396
  !(function () {
30397
30397
  var internals = {
30398
30398
  bundleType: 1,
30399
- version: "19.3.0-canary-1324e1bb-20251016",
30399
+ version: "19.3.0-canary-58bdc0bb-20251019",
30400
30400
  rendererPackageName: "react-dom",
30401
30401
  currentDispatcherRef: ReactSharedInternals,
30402
- reconcilerVersion: "19.3.0-canary-1324e1bb-20251016"
30402
+ reconcilerVersion: "19.3.0-canary-58bdc0bb-20251019"
30403
30403
  };
30404
30404
  internals.overrideHookState = overrideHookState;
30405
30405
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30867,7 +30867,7 @@
30867
30867
  exports.useFormStatus = function () {
30868
30868
  return resolveDispatcher().useHostTransitionStatus();
30869
30869
  };
30870
- exports.version = "19.3.0-canary-1324e1bb-20251016";
30870
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
30871
30871
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30872
30872
  "function" ===
30873
30873
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -19831,14 +19831,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
19831
19831
  };
19832
19832
  var isomorphicReactPackageVersion$jscomp$inline_2357 = React.version;
19833
19833
  if (
19834
- "19.3.0-canary-1324e1bb-20251016" !==
19834
+ "19.3.0-canary-58bdc0bb-20251019" !==
19835
19835
  isomorphicReactPackageVersion$jscomp$inline_2357
19836
19836
  )
19837
19837
  throw Error(
19838
19838
  formatProdErrorMessage(
19839
19839
  527,
19840
19840
  isomorphicReactPackageVersion$jscomp$inline_2357,
19841
- "19.3.0-canary-1324e1bb-20251016"
19841
+ "19.3.0-canary-58bdc0bb-20251019"
19842
19842
  )
19843
19843
  );
19844
19844
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19860,10 +19860,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
19860
19860
  };
19861
19861
  var internals$jscomp$inline_2957 = {
19862
19862
  bundleType: 0,
19863
- version: "19.3.0-canary-1324e1bb-20251016",
19863
+ version: "19.3.0-canary-58bdc0bb-20251019",
19864
19864
  rendererPackageName: "react-dom",
19865
19865
  currentDispatcherRef: ReactSharedInternals,
19866
- reconcilerVersion: "19.3.0-canary-1324e1bb-20251016"
19866
+ reconcilerVersion: "19.3.0-canary-58bdc0bb-20251019"
19867
19867
  };
19868
19868
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
19869
19869
  var hook$jscomp$inline_2958 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20122,7 +20122,7 @@ exports.useFormState = function (action, initialState, permalink) {
20122
20122
  exports.useFormStatus = function () {
20123
20123
  return ReactSharedInternals.H.useHostTransitionStatus();
20124
20124
  };
20125
- exports.version = "19.3.0-canary-1324e1bb-20251016";
20125
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
20126
20126
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20127
20127
  "function" ===
20128
20128
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9985,5 +9985,5 @@
9985
9985
  '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'
9986
9986
  );
9987
9987
  };
9988
- exports.version = "19.3.0-canary-1324e1bb-20251016";
9988
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
9989
9989
  })();
@@ -6754,4 +6754,4 @@ exports.renderToString = function (children, options) {
6754
6754
  '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'
6755
6755
  );
6756
6756
  };
6757
- exports.version = "19.3.0-canary-1324e1bb-20251016";
6757
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
@@ -9985,5 +9985,5 @@
9985
9985
  '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'
9986
9986
  );
9987
9987
  };
9988
- exports.version = "19.3.0-canary-1324e1bb-20251016";
9988
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
9989
9989
  })();
@@ -6843,4 +6843,4 @@ exports.renderToString = function (children, options) {
6843
6843
  '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'
6844
6844
  );
6845
6845
  };
6846
- exports.version = "19.3.0-canary-1324e1bb-20251016";
6846
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
@@ -8967,11 +8967,11 @@
8967
8967
  }
8968
8968
  function ensureCorrectIsomorphicReactVersion() {
8969
8969
  var isomorphicReactPackageVersion = React.version;
8970
- if ("19.3.0-canary-1324e1bb-20251016" !== isomorphicReactPackageVersion)
8970
+ if ("19.3.0-canary-58bdc0bb-20251019" !== isomorphicReactPackageVersion)
8971
8971
  throw Error(
8972
8972
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8973
8973
  (isomorphicReactPackageVersion +
8974
- "\n - react-dom: 19.3.0-canary-1324e1bb-20251016\nLearn more: https://react.dev/warnings/version-mismatch")
8974
+ "\n - react-dom: 19.3.0-canary-58bdc0bb-20251019\nLearn more: https://react.dev/warnings/version-mismatch")
8975
8975
  );
8976
8976
  }
8977
8977
  var React = require("react"),
@@ -10776,5 +10776,5 @@
10776
10776
  startWork(request);
10777
10777
  });
10778
10778
  };
10779
- exports.version = "19.3.0-canary-1324e1bb-20251016";
10779
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
10780
10780
  })();
@@ -7370,12 +7370,12 @@ function getPostponedState(request) {
7370
7370
  }
7371
7371
  function ensureCorrectIsomorphicReactVersion() {
7372
7372
  var isomorphicReactPackageVersion = React.version;
7373
- if ("19.3.0-canary-1324e1bb-20251016" !== isomorphicReactPackageVersion)
7373
+ if ("19.3.0-canary-58bdc0bb-20251019" !== isomorphicReactPackageVersion)
7374
7374
  throw Error(
7375
7375
  formatProdErrorMessage(
7376
7376
  527,
7377
7377
  isomorphicReactPackageVersion,
7378
- "19.3.0-canary-1324e1bb-20251016"
7378
+ "19.3.0-canary-58bdc0bb-20251019"
7379
7379
  )
7380
7380
  );
7381
7381
  }
@@ -7630,4 +7630,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7630
7630
  startWork(request);
7631
7631
  });
7632
7632
  };
7633
- exports.version = "19.3.0-canary-1324e1bb-20251016";
7633
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
@@ -9681,13 +9681,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
9681
9681
  }
9682
9682
  var isomorphicReactPackageVersion$jscomp$inline_766 = React.version;
9683
9683
  if (
9684
- "19.3.0-canary-1324e1bb-20251016" !==
9684
+ "19.3.0-canary-58bdc0bb-20251019" !==
9685
9685
  isomorphicReactPackageVersion$jscomp$inline_766
9686
9686
  )
9687
9687
  throw Error(
9688
9688
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9689
9689
  (isomorphicReactPackageVersion$jscomp$inline_766 +
9690
- "\n - react-dom: 19.3.0-canary-1324e1bb-20251016\nLearn more: https://react.dev/warnings/version-mismatch")
9690
+ "\n - react-dom: 19.3.0-canary-58bdc0bb-20251019\nLearn more: https://react.dev/warnings/version-mismatch")
9691
9691
  );
9692
9692
  exports.renderToReadableStream = function (children, options) {
9693
9693
  return new Promise(function (resolve, reject) {
@@ -9780,4 +9780,4 @@ exports.renderToReadableStream = function (children, options) {
9780
9780
  startWork(request$jscomp$0);
9781
9781
  });
9782
9782
  };
9783
- exports.version = "19.3.0-canary-1324e1bb-20251016";
9783
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
@@ -6868,13 +6868,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6868
6868
  }
6869
6869
  var isomorphicReactPackageVersion$jscomp$inline_820 = React.version;
6870
6870
  if (
6871
- "19.3.0-canary-1324e1bb-20251016" !==
6871
+ "19.3.0-canary-58bdc0bb-20251019" !==
6872
6872
  isomorphicReactPackageVersion$jscomp$inline_820
6873
6873
  )
6874
6874
  throw Error(
6875
6875
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6876
6876
  (isomorphicReactPackageVersion$jscomp$inline_820 +
6877
- "\n - react-dom: 19.3.0-canary-1324e1bb-20251016\nLearn more: https://react.dev/warnings/version-mismatch")
6877
+ "\n - react-dom: 19.3.0-canary-58bdc0bb-20251019\nLearn more: https://react.dev/warnings/version-mismatch")
6878
6878
  );
6879
6879
  exports.renderToReadableStream = function (children, options) {
6880
6880
  return new Promise(function (resolve, reject) {
@@ -6965,4 +6965,4 @@ exports.renderToReadableStream = function (children, options) {
6965
6965
  startWork(request);
6966
6966
  });
6967
6967
  };
6968
- exports.version = "19.3.0-canary-1324e1bb-20251016";
6968
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
@@ -274,12 +274,12 @@
274
274
  }
275
275
  function writeChunk(destination, chunk) {
276
276
  if (0 !== chunk.byteLength)
277
- if (2048 < chunk.byteLength)
277
+ if (4096 < chunk.byteLength)
278
278
  0 < writtenBytes &&
279
279
  (destination.enqueue(
280
280
  new Uint8Array(currentView.buffer, 0, writtenBytes)
281
281
  ),
282
- (currentView = new Uint8Array(2048)),
282
+ (currentView = new Uint8Array(4096)),
283
283
  (writtenBytes = 0)),
284
284
  destination.enqueue(chunk);
285
285
  else {
@@ -293,7 +293,7 @@
293
293
  ),
294
294
  destination.enqueue(currentView),
295
295
  (chunk = chunk.subarray(allowableBytes))),
296
- (currentView = new Uint8Array(2048)),
296
+ (currentView = new Uint8Array(4096)),
297
297
  (writtenBytes = 0));
298
298
  currentView.set(chunk, writtenBytes);
299
299
  writtenBytes += chunk.byteLength;
@@ -317,7 +317,7 @@
317
317
  }
318
318
  function stringToPrecomputedChunk(content) {
319
319
  content = textEncoder.encode(content);
320
- 2048 < content.byteLength &&
320
+ 4096 < content.byteLength &&
321
321
  console.error(
322
322
  "precomputed chunks must be smaller than the view size configured for this host. This is a bug in React."
323
323
  );
@@ -8465,7 +8465,7 @@
8465
8465
  return destination;
8466
8466
  }
8467
8467
  function flushCompletedQueues(request, destination) {
8468
- currentView = new Uint8Array(2048);
8468
+ currentView = new Uint8Array(4096);
8469
8469
  writtenBytes = 0;
8470
8470
  try {
8471
8471
  if (!(0 < request.pendingRootTasks)) {
@@ -8754,7 +8754,7 @@
8754
8754
  }
8755
8755
  completedBoundaries.splice(0, i);
8756
8756
  completeWriting(destination);
8757
- currentView = new Uint8Array(2048);
8757
+ currentView = new Uint8Array(4096);
8758
8758
  writtenBytes = 0;
8759
8759
  flushingPartialBoundaries = !0;
8760
8760
  var partialBoundaries = request.partialBoundaries;
@@ -8990,11 +8990,11 @@
8990
8990
  }
8991
8991
  function ensureCorrectIsomorphicReactVersion() {
8992
8992
  var isomorphicReactPackageVersion = React.version;
8993
- if ("19.3.0-canary-1324e1bb-20251016" !== isomorphicReactPackageVersion)
8993
+ if ("19.3.0-canary-58bdc0bb-20251019" !== isomorphicReactPackageVersion)
8994
8994
  throw Error(
8995
8995
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8996
8996
  (isomorphicReactPackageVersion +
8997
- "\n - react-dom: 19.3.0-canary-1324e1bb-20251016\nLearn more: https://react.dev/warnings/version-mismatch")
8997
+ "\n - react-dom: 19.3.0-canary-58bdc0bb-20251019\nLearn more: https://react.dev/warnings/version-mismatch")
8998
8998
  );
8999
8999
  }
9000
9000
  var React = require("react"),
@@ -10795,5 +10795,5 @@
10795
10795
  startWork(request);
10796
10796
  });
10797
10797
  };
10798
- exports.version = "19.3.0-canary-1324e1bb-20251016";
10798
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
10799
10799
  })();
@@ -132,12 +132,12 @@ var LocalPromise = Promise,
132
132
  writtenBytes = 0;
133
133
  function writeChunk(destination, chunk) {
134
134
  if (0 !== chunk.byteLength)
135
- if (2048 < chunk.byteLength)
135
+ if (4096 < chunk.byteLength)
136
136
  0 < writtenBytes &&
137
137
  (destination.enqueue(
138
138
  new Uint8Array(currentView.buffer, 0, writtenBytes)
139
139
  ),
140
- (currentView = new Uint8Array(2048)),
140
+ (currentView = new Uint8Array(4096)),
141
141
  (writtenBytes = 0)),
142
142
  destination.enqueue(chunk);
143
143
  else {
@@ -148,7 +148,7 @@ function writeChunk(destination, chunk) {
148
148
  : (currentView.set(chunk.subarray(0, allowableBytes), writtenBytes),
149
149
  destination.enqueue(currentView),
150
150
  (chunk = chunk.subarray(allowableBytes))),
151
- (currentView = new Uint8Array(2048)),
151
+ (currentView = new Uint8Array(4096)),
152
152
  (writtenBytes = 0));
153
153
  currentView.set(chunk, writtenBytes);
154
154
  writtenBytes += chunk.byteLength;
@@ -7060,7 +7060,7 @@ function flushPartiallyCompletedSegment(
7060
7060
  }
7061
7061
  var flushingPartialBoundaries = !1;
7062
7062
  function flushCompletedQueues(request, destination) {
7063
- currentView = new Uint8Array(2048);
7063
+ currentView = new Uint8Array(4096);
7064
7064
  writtenBytes = 0;
7065
7065
  try {
7066
7066
  if (!(0 < request.pendingRootTasks)) {
@@ -7259,7 +7259,7 @@ function flushCompletedQueues(request, destination) {
7259
7259
  }
7260
7260
  completedBoundaries.splice(0, i);
7261
7261
  completeWriting(destination);
7262
- currentView = new Uint8Array(2048);
7262
+ currentView = new Uint8Array(4096);
7263
7263
  writtenBytes = 0;
7264
7264
  flushingPartialBoundaries = !0;
7265
7265
  var partialBoundaries = request.partialBoundaries;
@@ -7474,11 +7474,11 @@ function getPostponedState(request) {
7474
7474
  }
7475
7475
  function ensureCorrectIsomorphicReactVersion() {
7476
7476
  var isomorphicReactPackageVersion = React.version;
7477
- if ("19.3.0-canary-1324e1bb-20251016" !== isomorphicReactPackageVersion)
7477
+ if ("19.3.0-canary-58bdc0bb-20251019" !== isomorphicReactPackageVersion)
7478
7478
  throw Error(
7479
7479
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7480
7480
  (isomorphicReactPackageVersion +
7481
- "\n - react-dom: 19.3.0-canary-1324e1bb-20251016\nLearn more: https://react.dev/warnings/version-mismatch")
7481
+ "\n - react-dom: 19.3.0-canary-58bdc0bb-20251019\nLearn more: https://react.dev/warnings/version-mismatch")
7482
7482
  );
7483
7483
  }
7484
7484
  ensureCorrectIsomorphicReactVersion();
@@ -7732,4 +7732,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7732
7732
  startWork(request);
7733
7733
  });
7734
7734
  };
7735
- exports.version = "19.3.0-canary-1324e1bb-20251016";
7735
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
@@ -192,13 +192,13 @@
192
192
  function writeChunk(destination, chunk) {
193
193
  if ("string" === typeof chunk) {
194
194
  if (0 !== chunk.length)
195
- if (2048 < 3 * chunk.length)
195
+ if (4096 < 3 * chunk.length)
196
196
  0 < writtenBytes &&
197
197
  (writeToDestination(
198
198
  destination,
199
199
  currentView.subarray(0, writtenBytes)
200
200
  ),
201
- (currentView = new Uint8Array(2048)),
201
+ (currentView = new Uint8Array(4096)),
202
202
  (writtenBytes = 0)),
203
203
  writeToDestination(destination, chunk);
204
204
  else {
@@ -212,25 +212,25 @@
212
212
  destination,
213
213
  currentView.subarray(0, writtenBytes)
214
214
  ),
215
- (currentView = new Uint8Array(2048)),
215
+ (currentView = new Uint8Array(4096)),
216
216
  (writtenBytes = textEncoder.encodeInto(
217
217
  chunk.slice(read),
218
218
  currentView
219
219
  ).written));
220
- 2048 === writtenBytes &&
220
+ 4096 === writtenBytes &&
221
221
  (writeToDestination(destination, currentView),
222
- (currentView = new Uint8Array(2048)),
222
+ (currentView = new Uint8Array(4096)),
223
223
  (writtenBytes = 0));
224
224
  }
225
225
  } else
226
226
  0 !== chunk.byteLength &&
227
- (2048 < chunk.byteLength
227
+ (4096 < chunk.byteLength
228
228
  ? (0 < writtenBytes &&
229
229
  (writeToDestination(
230
230
  destination,
231
231
  currentView.subarray(0, writtenBytes)
232
232
  ),
233
- (currentView = new Uint8Array(2048)),
233
+ (currentView = new Uint8Array(4096)),
234
234
  (writtenBytes = 0)),
235
235
  writeToDestination(destination, chunk))
236
236
  : ((target = currentView.length - writtenBytes),
@@ -241,13 +241,13 @@
241
241
  (writtenBytes += target),
242
242
  writeToDestination(destination, currentView),
243
243
  (chunk = chunk.subarray(target))),
244
- (currentView = new Uint8Array(2048)),
244
+ (currentView = new Uint8Array(4096)),
245
245
  (writtenBytes = 0)),
246
246
  currentView.set(chunk, writtenBytes),
247
247
  (writtenBytes += chunk.byteLength),
248
- 2048 === writtenBytes &&
248
+ 4096 === writtenBytes &&
249
249
  (writeToDestination(destination, currentView),
250
- (currentView = new Uint8Array(2048)),
250
+ (currentView = new Uint8Array(4096)),
251
251
  (writtenBytes = 0))));
252
252
  }
253
253
  function writeToDestination(destination, view) {
@@ -268,7 +268,7 @@
268
268
  }
269
269
  function stringToPrecomputedChunk(content) {
270
270
  content = textEncoder.encode(content);
271
- 2048 < content.byteLength &&
271
+ 4096 < content.byteLength &&
272
272
  console.error(
273
273
  "precomputed chunks must be smaller than the view size configured for this host. This is a bug in React."
274
274
  );
@@ -8355,7 +8355,7 @@
8355
8355
  return destination;
8356
8356
  }
8357
8357
  function flushCompletedQueues(request, destination) {
8358
- currentView = new Uint8Array(2048);
8358
+ currentView = new Uint8Array(4096);
8359
8359
  writtenBytes = 0;
8360
8360
  destinationHasCapacity$1 = !0;
8361
8361
  try {
@@ -8634,7 +8634,7 @@
8634
8634
  }
8635
8635
  completedBoundaries.splice(0, i);
8636
8636
  completeWriting(destination);
8637
- currentView = new Uint8Array(2048);
8637
+ currentView = new Uint8Array(4096);
8638
8638
  writtenBytes = 0;
8639
8639
  flushingPartialBoundaries = destinationHasCapacity$1 = !0;
8640
8640
  var partialBoundaries = request.partialBoundaries;
@@ -8864,11 +8864,11 @@
8864
8864
  }
8865
8865
  function ensureCorrectIsomorphicReactVersion() {
8866
8866
  var isomorphicReactPackageVersion = React.version;
8867
- if ("19.3.0-canary-1324e1bb-20251016" !== isomorphicReactPackageVersion)
8867
+ if ("19.3.0-canary-58bdc0bb-20251019" !== isomorphicReactPackageVersion)
8868
8868
  throw Error(
8869
8869
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8870
8870
  (isomorphicReactPackageVersion +
8871
- "\n - react-dom: 19.3.0-canary-1324e1bb-20251016\nLearn more: https://react.dev/warnings/version-mismatch")
8871
+ "\n - react-dom: 19.3.0-canary-58bdc0bb-20251019\nLearn more: https://react.dev/warnings/version-mismatch")
8872
8872
  );
8873
8873
  }
8874
8874
  function createDrainHandler(destination, request) {
@@ -10979,5 +10979,5 @@
10979
10979
  }
10980
10980
  };
10981
10981
  };
10982
- exports.version = "19.3.0-canary-1324e1bb-20251016";
10982
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
10983
10983
  })();
@@ -51,13 +51,13 @@ var currentView = null,
51
51
  function writeChunk(destination, chunk) {
52
52
  if ("string" === typeof chunk) {
53
53
  if (0 !== chunk.length)
54
- if (2048 < 3 * chunk.length)
54
+ if (4096 < 3 * chunk.length)
55
55
  0 < writtenBytes &&
56
56
  (writeToDestination(
57
57
  destination,
58
58
  currentView.subarray(0, writtenBytes)
59
59
  ),
60
- (currentView = new Uint8Array(2048)),
60
+ (currentView = new Uint8Array(4096)),
61
61
  (writtenBytes = 0)),
62
62
  writeToDestination(destination, chunk);
63
63
  else {
@@ -71,25 +71,25 @@ function writeChunk(destination, chunk) {
71
71
  destination,
72
72
  currentView.subarray(0, writtenBytes)
73
73
  ),
74
- (currentView = new Uint8Array(2048)),
74
+ (currentView = new Uint8Array(4096)),
75
75
  (writtenBytes = textEncoder.encodeInto(
76
76
  chunk.slice(read),
77
77
  currentView
78
78
  ).written));
79
- 2048 === writtenBytes &&
79
+ 4096 === writtenBytes &&
80
80
  (writeToDestination(destination, currentView),
81
- (currentView = new Uint8Array(2048)),
81
+ (currentView = new Uint8Array(4096)),
82
82
  (writtenBytes = 0));
83
83
  }
84
84
  } else
85
85
  0 !== chunk.byteLength &&
86
- (2048 < chunk.byteLength
86
+ (4096 < chunk.byteLength
87
87
  ? (0 < writtenBytes &&
88
88
  (writeToDestination(
89
89
  destination,
90
90
  currentView.subarray(0, writtenBytes)
91
91
  ),
92
- (currentView = new Uint8Array(2048)),
92
+ (currentView = new Uint8Array(4096)),
93
93
  (writtenBytes = 0)),
94
94
  writeToDestination(destination, chunk))
95
95
  : ((target = currentView.length - writtenBytes),
@@ -100,13 +100,13 @@ function writeChunk(destination, chunk) {
100
100
  (writtenBytes += target),
101
101
  writeToDestination(destination, currentView),
102
102
  (chunk = chunk.subarray(target))),
103
- (currentView = new Uint8Array(2048)),
103
+ (currentView = new Uint8Array(4096)),
104
104
  (writtenBytes = 0)),
105
105
  currentView.set(chunk, writtenBytes),
106
106
  (writtenBytes += chunk.byteLength),
107
- 2048 === writtenBytes &&
107
+ 4096 === writtenBytes &&
108
108
  (writeToDestination(destination, currentView),
109
- (currentView = new Uint8Array(2048)),
109
+ (currentView = new Uint8Array(4096)),
110
110
  (writtenBytes = 0))));
111
111
  }
112
112
  function writeToDestination(destination, view) {
@@ -6960,7 +6960,7 @@ function flushPartiallyCompletedSegment(
6960
6960
  }
6961
6961
  var flushingPartialBoundaries = !1;
6962
6962
  function flushCompletedQueues(request, destination) {
6963
- currentView = new Uint8Array(2048);
6963
+ currentView = new Uint8Array(4096);
6964
6964
  writtenBytes = 0;
6965
6965
  destinationHasCapacity$1 = !0;
6966
6966
  try {
@@ -7155,7 +7155,7 @@ function flushCompletedQueues(request, destination) {
7155
7155
  }
7156
7156
  completedBoundaries.splice(0, i);
7157
7157
  completeWriting(destination);
7158
- currentView = new Uint8Array(2048);
7158
+ currentView = new Uint8Array(4096);
7159
7159
  writtenBytes = 0;
7160
7160
  flushingPartialBoundaries = destinationHasCapacity$1 = !0;
7161
7161
  var partialBoundaries = request.partialBoundaries;
@@ -7365,11 +7365,11 @@ function getPostponedState(request) {
7365
7365
  }
7366
7366
  function ensureCorrectIsomorphicReactVersion() {
7367
7367
  var isomorphicReactPackageVersion = React.version;
7368
- if ("19.3.0-canary-1324e1bb-20251016" !== isomorphicReactPackageVersion)
7368
+ if ("19.3.0-canary-58bdc0bb-20251019" !== isomorphicReactPackageVersion)
7369
7369
  throw Error(
7370
7370
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7371
7371
  (isomorphicReactPackageVersion +
7372
- "\n - react-dom: 19.3.0-canary-1324e1bb-20251016\nLearn more: https://react.dev/warnings/version-mismatch")
7372
+ "\n - react-dom: 19.3.0-canary-58bdc0bb-20251019\nLearn more: https://react.dev/warnings/version-mismatch")
7373
7373
  );
7374
7374
  }
7375
7375
  ensureCorrectIsomorphicReactVersion();
@@ -7927,4 +7927,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
7927
7927
  }
7928
7928
  };
7929
7929
  };
7930
- exports.version = "19.3.0-canary-1324e1bb-20251016";
7930
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.3.0-canary-1324e1bb-20251016";
419
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
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.3.0-canary-1324e1bb-20251016";
210
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.3.0-canary-1324e1bb-20251016";
339
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
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.3.0-canary-1324e1bb-20251016";
152
+ exports.version = "19.3.0-canary-58bdc0bb-20251019";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.3.0-canary-1324e1bb-20251016",
3
+ "version": "19.3.0-canary-58bdc0bb-20251019",
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.28.0-canary-1324e1bb-20251016"
20
+ "scheduler": "0.28.0-canary-58bdc0bb-20251019"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.3.0-canary-1324e1bb-20251016"
23
+ "react": "19.3.0-canary-58bdc0bb-20251019"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",