We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56ca44 commit f4ca257Copy full SHA for f4ca257
src/ui/search.tsx
@@ -80,6 +80,7 @@ export function Search() {
80
);
81
setActive(0);
82
setResultRefs([]);
83
+ console.log({groupedHits})
84
return groupedHits;
85
},
86
{ initialValue: {} }
0 commit comments