We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent 60bd6d9 commit 5b54435Copy full SHA for 5b54435
app/components/SearchModal.tsx
@@ -181,7 +181,7 @@ function LibraryRefinement() {
181
if (!isAlreadyRefined && library) {
182
refine(subpathname)
183
}
184
- }, [items, refine, subpathname])
+ }, [])
185
186
return (
187
<div className="overflow-x-auto scrollbar-hide">
@@ -251,7 +251,7 @@ function FrameworkRefinement() {
251
if (!isAlreadyRefined && framework) {
252
253
254
+ }, [subpathname])
255
256
257
0 commit comments