Each route group ((auth), (dashboard), (content)) should have its own error boundary to contain failures.
Why This Matters
Without per-group error boundaries, an error in one section crashes the entire app up to the root error boundary.
Tags
nextjssupabase
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and 2+ others. Get actionable feedback before code ships.