Skip to content

Fix force tab complete not working since switching to React 18 createRoot API#28505

Merged
t3chguy merged 1 commit into
developfrom
t3chguy/fix/28501
Nov 20, 2024
Merged

Fix force tab complete not working since switching to React 18 createRoot API#28505
t3chguy merged 1 commit into
developfrom
t3chguy/fix/28501

Conversation

@t3chguy
Copy link
Copy Markdown
Member

@t3chguy t3chguy commented Nov 20, 2024

setState now has different timings so we cannot assume the state changes are available immediately and must await them

Fixes #28501

…Root API

`setState` now has different timings so we cannot assume the state changes are available immediately and must await them

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
@t3chguy t3chguy added this pull request to the merge queue Nov 20, 2024
Merged via the queue into develop with commit 72989ea Nov 20, 2024
@t3chguy t3chguy deleted the t3chguy/fix/28501 branch November 20, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

no more username autocompletion with <Tab>

2 participants