search-react: fix search bar race

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-20 12:44:25 +02:00
parent bae9015f2b
commit f75caf9f3d
4 changed files with 28 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-react': patch
---
Fixed a rare occurrence where a race in the search bar could throw away user input or cause the clear button not to work.