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 4618ad6 commit 5bece54Copy full SHA for 5bece54
src/index.js
@@ -82,7 +82,7 @@ export const AutocompleteDropdown = memo(
82
if (dataSetItem) {
83
setSelectedItem(dataSetItem)
84
}
85
- }, [])
+ }, [dataSet])
86
87
/** expose controller methods */
88
useEffect(() => {
0 commit comments