mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #202] [MERGED] Show error stack trace when an error is thrown in React render #368
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#368
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/202
Author: @remorses
Created: 10/6/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @kommander
Base:
main← Head:errorboundary📝 Commits (3)
f7c0198add error boundary35501b2Create error-boundary.tsx85dc70bUpdate error-boundary.tsx📊 Changes
2 files changed (+36 additions, -1 deletions)
View changed files
➕
packages/react/src/components/error-boundary.tsx(+30 -0)📝
packages/react/src/reconciler/renderer.ts(+6 -1)📄 Description
Added an ErrorBoundary component that displays the error stack trace instead of a black screen
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.