mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #58] Bun crashes when setting selectedDescriptionColor for <tab-select /> #781
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#781
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?
Originally created by @danielvaughn on GitHub (Aug 23, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/58
Environment
Overview
Bun encounters a segfault when attempting to set
selectedDescriptionColorin the<tab-select />component. Error below:Anecdotally, once the program crashes, the terminal continues to track my cursor movements and prints out semicolon-delimited codes that look like vector positions at first glance. Not sure if that helps diagnosis, but worth noting:
Steps to reproduce
mkdir example && cd example && bun init -ybun add @opentui/core @opentui/react reacttab-select-example.tsxbun run tab-select-example.tsxselectedDescriptionColorand run againTest file
@msmps commented on GitHub (Aug 23, 2025):
Thanks for this report @danielvaughn