mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d1294c9d40
* Add onError option to Flight Server The callback is called any time an error is generated in a server component. This allows it to be logged on a server if needed. It'll still be rethrown on the client so it can be logged there too but in case it never reaches the client, here's a way to make sure it doesn't get lost. * Add fatal error handling
react-server-dom-webpack
Experimental React Flight bindings for DOM using Webpack.
Use it at your own risk.