There was a race condition in the error handling when the SSR renderer in the worker sent start and error messages back to the main thread. With this PR the error is just saved and sent with the "start" message to mitigate race conditions.
This PR also adds a documentation page about the framework-level error boundary component and how to use it to handle errors granularly.
There was a race condition in the error handling when the SSR renderer in the worker sent start and error messages back to the main thread. With this PR the error is just saved and sent with the "start" message to mitigate race conditions.
This PR also adds a documentation page about the framework-level error boundary component and how to use it to handle errors granularly.