mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d329ff9d9e
This commit adds warnings indicating that `renderToStaticNodeStream` will be removed in an upcoming React release. This API has been legacy, is not widely used (renderToStaticMarkup is more common) and has semantically eqiuvalent implementations with renderToReadableStream and renderToPipeableStream.