react-dom 19.1.0-canary-cbbe8666-20250213 → 19.1.0-canary-e670e72f-20250214

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.
@@ -5885,4 +5885,4 @@ exports.renderToString = function (children, options) {
5885
5885
  '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'
5886
5886
  );
5887
5887
  };
5888
- exports.version = "19.1.0-canary-cbbe8666-20250213";
5888
+ exports.version = "19.1.0-canary-e670e72f-20250214";