Skip to content

Commit 1149a32

Browse files
committed
fix: lint failed issue
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent dc6add6 commit 1149a32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/custom/StyledSearchBar/StyledSearchBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function StyledSearchBar({
4848
if (value !== inputValue) {
4949
setInputValue(value);
5050
}
51+
// eslint-disable-next-line react-hooks/exhaustive-deps
5152
}, [value]);
5253

5354
// Create synthetic event helper

0 commit comments

Comments
 (0)