react-dom

19.2.019.2.1
cjs/react-dom-profiling.development.js
cjs/react-dom-profiling.development.js
+5−5
Index: package/cjs/react-dom-profiling.development.js
===================================================================
--- package/cjs/react-dom-profiling.development.js
+++ package/cjs/react-dom-profiling.development.js
@@ -27982,13 +27982,13 @@
       }
     };
     (function () {
       var isomorphicReactPackageVersion = React.version;
-      if ("19.2.0" !== isomorphicReactPackageVersion)
+      if ("19.2.1" !== isomorphicReactPackageVersion)
         throw Error(
           'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n  - react:      ' +
             (isomorphicReactPackageVersion +
-              "\n  - react-dom:  19.2.0\nLearn more: https://react.dev/warnings/version-mismatch")
+              "\n  - react-dom:  19.2.1\nLearn more: https://react.dev/warnings/version-mismatch")
         );
     })();
     ("function" === typeof Map &&
       null != Map.prototype &&
@@ -28023,12 +28023,12 @@
     if (
       !(function () {
         var internals = {
           bundleType: 1,
-          version: "19.2.0",
+          version: "19.2.1",
           rendererPackageName: "react-dom",
           currentDispatcherRef: ReactSharedInternals,
-          reconcilerVersion: "19.2.0"
+          reconcilerVersion: "19.2.1"
         };
         internals.overrideHookState = overrideHookState;
         internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
         internals.overrideHookStateRenamePath = overrideHookStateRenamePath;
@@ -28494,9 +28494,9 @@
     };
     exports.useFormStatus = function () {
       return resolveDispatcher().useHostTransitionStatus();
     };
-    exports.version = "19.2.0";
+    exports.version = "19.2.1";
     "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
       "function" ===
         typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
       __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());