Render components with an error boundary #1602

Closed
opened 2026-03-13 08:50:53 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @matthewlynch on GitHub (Jul 29, 2025).

Is this suited for github?

  • Yes, this is suited for github

Editors may enter invalid data that a component was not expecting or a component be misconfigured to handle data correctly.

Describe the solution you'd like

An error boundary should catch component errors which allows the user to correct the data issue without the entire page breaking because of an error that has been thrown.

It would be nice for users to be able to choose a custom error boundary / UI component to render.

Describe alternatives you've considered

Users can wrap components with their own error boundaries but it would be nice for the editor to handle this scenario automatically.

Additional context

No response

Originally created by @matthewlynch on GitHub (Jul 29, 2025). ### Is this suited for github? - [x] Yes, this is suited for github ### Is your feature request related to a problem? Please describe. Editors may enter invalid data that a component was not expecting or a component be misconfigured to handle data correctly. ### Describe the solution you'd like An error boundary should catch component errors which allows the user to correct the data issue without the entire page breaking because of an error that has been thrown. It would be nice for users to be able to choose a custom error boundary / UI component to render. ### Describe alternatives you've considered Users can wrap components with their own error boundaries but it would be nice for the editor to handle this scenario automatically. ### Additional context _No response_
Author
Owner

@matthewlynch commented on GitHub (Jul 29, 2025):

Wrong repo! sorry!

@matthewlynch commented on GitHub (Jul 29, 2025): Wrong repo! sorry!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#1602