mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #429] [MERGED] export flushSync from react package #1313
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#1313
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/429
Author: @remorses
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @msmps
Base:
main← Head:export-flushsync📝 Commits (1)
81cfcdbexport flushSync from react package📊 Changes
2 files changed (+5 additions, -1 deletions)
View changed files
📝
packages/react/src/reconciler/reconciler.ts(+2 -0)📝
packages/react/src/reconciler/renderer.ts(+3 -1)📄 Description
Exports
flushSyncfrom@opentui/reactso users can force synchronous updates in concurrent mode.Since this is a custom renderer,
flushSyncfromreact-domisn't available, so it needs to be exported from the reconciler.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.