Merge pull request #20703 from backstage/rugvip/search-fix

search-react: fix search bar race
This commit is contained in:
Patrik Oldsberg
2023-10-20 13:41:05 +02:00
committed by GitHub
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.