From 2d38788ac977fc61969eebe72a6a93f30ce00d9a Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Fri, 14 Jan 2022 16:54:19 +0800 Subject: [PATCH] fix: resolve react key errors of fuzzy mode search results --- src/components/searchModes/fuzzyMode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/searchModes/fuzzyMode.tsx b/src/components/searchModes/fuzzyMode.tsx index 9aa7f8d..d500e7f 100644 --- a/src/components/searchModes/fuzzyMode.tsx +++ b/src/components/searchModes/fuzzyMode.tsx @@ -31,7 +31,7 @@ export const fuzzyMode: ModeShape = { : undefined progress += chunk.length + 1 return ( - + )