Skip to content

Commit

Permalink
Deprecate renderToStaticNodeStream (#28872)
Browse files Browse the repository at this point in the history
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.

DiffTrain build for [d329ff9](d329ff9)
  • Loading branch information
gnoff committed Apr 19, 2024
1 parent 3443526 commit 11b41e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
561c023708bc0cb04613f89da821dc3c55245f01
d329ff9d9e87f3f909f98cf63701ef3795cf2584
1 change: 1 addition & 0 deletions compiled/facebook-www/__test_utils__/ReactAllWarnings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11b41e0

Please sign in to comment.