mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #454] [MERGED] fix: handle flushSync rename in react-reconciler 0.32.0 #1328
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#1328
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/454
Author: @remorses
Created: 12/29/2025
Status: ✅ Merged
Merged: 1/1/2026
Merged by: @msmps
Base:
main← Head:fix-flushsync-api📝 Commits (7)
92ad13cfix: handle flushSync rename in react-reconciler 0.32.0d524f99refactor: remove as any casts and add flushSync example24100cefix: always show key help in flush-sync example8f32f7drefactor: simplify flush-sync example4d84e59refactor: show batching difference in flush-sync examplebbd7b88style: fix prettier formatting5382b9aMerge branch 'main' into fix-flushsync-api📊 Changes
2 files changed (+66 additions, -1 deletions)
View changed files
➕
packages/react/examples/flush-sync.tsx(+61 -0)📝
packages/react/src/reconciler/renderer.ts(+5 -1)📄 Description
flushSyncwas renamed toflushSyncFromReconcilerin react-reconciler 0.32.0.This fix uses nullish coalescing to check for the new name first, falling back to the old name for backwards compatibility.
Ref: https://github.com/facebook/react/issues/35424
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.