alvarlagerlof / rsc-parser

A parser for the React Server components when sent over the network
https://rsc-parser.vercel.app
MIT License
514 stars 12 forks source link

Add one error boundary per tab panel in RequestDetail #1157

Closed alvarlagerlof closed 1 month ago

alvarlagerlof commented 1 month ago

Currently, if any tab panel in RequestDetail throws, then all of the other tabs will also show an error boundary.

Now I've wrapped each tab in their own error boundary instead, so that they only fail in isolation.