FastUI
FastUI copied to clipboard
Error boundaries
To catch errors e.g. when invalid components are returned from the backed.
https://www.npmjs.com/package/react-error-boundary
The point is we should catch errors, print a summary to the console, and use setError to display a notice to the user that there's been an error.