react-dom 19.3.0-canary-d7215b49-20251013 → 19.3.0-canary-56e84692-20251014

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.
@@ -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-d7215b49-20251013" !==
17912
+ "19.3.0-canary-56e84692-20251014" !==
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-d7215b49-20251013"
17919
+ "19.3.0-canary-56e84692-20251014"
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-d7215b49-20251013",
17941
+ version: "19.3.0-canary-56e84692-20251014",
17942
17942
  rendererPackageName: "react-dom",
17943
17943
  currentDispatcherRef: ReactSharedInternals,
17944
- reconcilerVersion: "19.3.0-canary-d7215b49-20251013"
17944
+ reconcilerVersion: "19.3.0-canary-56e84692-20251014"
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-d7215b49-20251013";
18042
+ exports.version = "19.3.0-canary-56e84692-20251014";