react-dom 19.3.0-canary-67f7d47a-20251103 → 19.3.0-canary-f646e8ff-20251104

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.
@@ -9010,11 +9010,11 @@
9010
9010
  }
9011
9011
  function ensureCorrectIsomorphicReactVersion() {
9012
9012
  var isomorphicReactPackageVersion = React.version;
9013
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
9013
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
9014
9014
  throw Error(
9015
9015
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9016
9016
  (isomorphicReactPackageVersion +
9017
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
9017
+ "\n - react-dom: 19.3.0-canary-f646e8ff-20251104\nLearn more: https://react.dev/warnings/version-mismatch")
9018
9018
  );
9019
9019
  }
9020
9020
  var React = require("react"),
@@ -10816,5 +10816,5 @@
10816
10816
  startWork(request);
10817
10817
  });
10818
10818
  };
10819
- exports.version = "19.3.0-canary-67f7d47a-20251103";
10819
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
10820
10820
  })();
@@ -7475,11 +7475,11 @@ function getPostponedState(request) {
7475
7475
  }
7476
7476
  function ensureCorrectIsomorphicReactVersion() {
7477
7477
  var isomorphicReactPackageVersion = React.version;
7478
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
7478
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
7479
7479
  throw Error(
7480
7480
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7481
7481
  (isomorphicReactPackageVersion +
7482
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
7482
+ "\n - react-dom: 19.3.0-canary-f646e8ff-20251104\nLearn more: https://react.dev/warnings/version-mismatch")
7483
7483
  );
7484
7484
  }
7485
7485
  ensureCorrectIsomorphicReactVersion();
@@ -7733,4 +7733,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7733
7733
  startWork(request);
7734
7734
  });
7735
7735
  };
7736
- exports.version = "19.3.0-canary-67f7d47a-20251103";
7736
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
@@ -8884,11 +8884,11 @@
8884
8884
  }
8885
8885
  function ensureCorrectIsomorphicReactVersion() {
8886
8886
  var isomorphicReactPackageVersion = React.version;
8887
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
8887
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
8888
8888
  throw Error(
8889
8889
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8890
8890
  (isomorphicReactPackageVersion +
8891
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
8891
+ "\n - react-dom: 19.3.0-canary-f646e8ff-20251104\nLearn more: https://react.dev/warnings/version-mismatch")
8892
8892
  );
8893
8893
  }
8894
8894
  function createDrainHandler(destination, request) {
@@ -11000,5 +11000,5 @@
11000
11000
  }
11001
11001
  };
11002
11002
  };
11003
- exports.version = "19.3.0-canary-67f7d47a-20251103";
11003
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
11004
11004
  })();
@@ -7366,11 +7366,11 @@ function getPostponedState(request) {
7366
7366
  }
7367
7367
  function ensureCorrectIsomorphicReactVersion() {
7368
7368
  var isomorphicReactPackageVersion = React.version;
7369
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
7369
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
7370
7370
  throw Error(
7371
7371
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7372
7372
  (isomorphicReactPackageVersion +
7373
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
7373
+ "\n - react-dom: 19.3.0-canary-f646e8ff-20251104\nLearn more: https://react.dev/warnings/version-mismatch")
7374
7374
  );
7375
7375
  }
7376
7376
  ensureCorrectIsomorphicReactVersion();
@@ -7928,4 +7928,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
7928
7928
  }
7929
7929
  };
7930
7930
  };
7931
- exports.version = "19.3.0-canary-67f7d47a-20251103";
7931
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.3.0-canary-67f7d47a-20251103";
419
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
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-67f7d47a-20251103";
210
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.3.0-canary-67f7d47a-20251103";
339
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
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-67f7d47a-20251103";
152
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.3.0-canary-67f7d47a-20251103",
3
+ "version": "19.3.0-canary-f646e8ff-20251104",
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-67f7d47a-20251103"
20
+ "scheduler": "0.28.0-canary-f646e8ff-20251104"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.3.0-canary-67f7d47a-20251103"
23
+ "react": "19.3.0-canary-f646e8ff-20251104"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",