mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[GH-ISSUE #148] requestAnimationFrame is broken #803
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#803
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 @arv on GitHub (Sep 9, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/148
Originally assigned to: @msmps on GitHub.
Here is a minimal repro:
When the app is first rendered the UI says
Not called. If you force a render (by clicking or resizing the terminal) the callback gets called.@msmps commented on GitHub (Sep 9, 2025):
Notes
github.com/sst/opentui@b1c33a0b2d/packages/core/src/renderer.ts (L354-L367)loopwhenliveis true@msmps commented on GitHub (Sep 9, 2025):
fixed by #149