Gracefully suppressing crashed component in App-router RSC
Unanswered
Vishwajeet Vatharkar posted this in #help-forum
I want to Gracefully handle server component crashes. for typical reactjs, we will just wrap a component with ErrorBoundary and that works. but in nextjs, if one component fails for app-router server components, the entire page crashes. How can I just hide the specific component that crashed?