feat: SW-693 Updated appropriate dependency

This commit is contained in:
Hrishikesh Vaipurkar
2024-10-31 22:15:22 +01:00
parent 0a430a0480
commit c456fca19b

View File

@@ -130,7 +130,7 @@ export default function Search({ locations }: SearchProps) {
}, },
type: ActionType.SET_STORAGE_DATA, type: ActionType.SET_STORAGE_DATA,
}) })
}, [state]) }, [dispatch])
return ( return (
<Downshift <Downshift