Skip to content

Commit 2961edb

Browse files
committed
eslint-disable-next-line react-compiler/react-compiler
1 parent 2ae4ba6 commit 2961edb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Search/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ function Search({queryJSON, searchResults, onSearchListScroll, contentContainerS
242242

243243
handleSearch({queryJSON, offset});
244244
// We don't need to run the effect on change of isFocused.
245+
// eslint-disable-next-line react-compiler/react-compiler
245246
// eslint-disable-next-line react-hooks/exhaustive-deps
246247
}, [handleSearch, isOffline, offset, queryJSON]);
247248

0 commit comments

Comments
 (0)