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.
1 parent 2ae4ba6 commit 2961edbCopy full SHA for 2961edb
1 file changed
src/components/Search/index.tsx
@@ -242,6 +242,7 @@ function Search({queryJSON, searchResults, onSearchListScroll, contentContainerS
242
243
handleSearch({queryJSON, offset});
244
// We don't need to run the effect on change of isFocused.
245
+ // eslint-disable-next-line react-compiler/react-compiler
246
// eslint-disable-next-line react-hooks/exhaustive-deps
247
}, [handleSearch, isOffline, offset, queryJSON]);
248
0 commit comments