element-hq / element-web

A glossy Matrix collaboration client for the web.
https://element.io
GNU Affero General Public License v3.0
11.24k stars 2.01k forks source link

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

Closed t3chguy closed 1 day ago

t3chguy commented 1 day ago

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

Fixes https://github.com/element-hq/element-web/issues/28501