You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* **optional** `onError`: A callback that fires whenever there is a server error, whether [recoverable](#recovering-from-errors-outside-the-shell) or [not.](#recovering-from-errors-inside-the-shell) By default, this only calls `console.error`. If you override it to [log crash reports,](#logging-crashes-on-the-server) make sure that you still call `console.error`. You can also use it to [adjust the status code](#setting-the-status-code) before the shell is emitted.
The link for "adjust the status code" is broken.
It looks like this was copied from renderToPipeableStream but we didn't also copy the associated docs for setting the status code.
Summary
react.dev/src/content/reference/react-dom/static/prerenderToNodeStream.md
Line 59 in b22cbc3
The link for "adjust the status code" is broken.
It looks like this was copied from
renderToPipeableStream
but we didn't also copy the associated docs for setting the status code.Page
https://react.dev/reference/react-dom/static/prerenderToNodeStream
Details
No response
The text was updated successfully, but these errors were encountered: