mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #134] ScrollBox freezes with empty arrays in Solid #29
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#29
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 @rlcurrall on GitHub (Sep 4, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/134
Originally assigned to: @Adictya, @fezproof on GitHub.
ScrollBox causes application freeze when rendered with empty arrays (static or reactive).
Reproduction
Expected vs Actual
Workaround
Notes
const items = []andcreateSignal([])boxcomponent (e.g.<box>{[].map(() => <text>...</text>)}</box>)@kommander commented on GitHub (Sep 4, 2025):
It's not officially ready yet, thanks for the writeup!
@Adictya commented on GitHub (Sep 4, 2025):
@rlcurrall Thanks for the find! Happy to see it being actively used especially this close to us publishing releases.