ErrorBoundary
Unanswered
(-.-) posted this in #help-forum
(-.-)OP
I have a table component where I make a server-side request, but if there's any kind of error with that request, I want to display a different UI. However, I only want to render this error screen within the table, not across the entire page. Can I use ErrorBoundary for this?