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 51d6053 commit b722525Copy full SHA for b722525
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@beeinventor/dasiot-react-component-lib",
3
- "version": "1.1.7",
+ "version": "1.1.8",
4
"module": "lib/index.js",
5
"types": "lib/index.d.ts",
6
"files": [
src/components/Dropdown/Dropdown.tsx
@@ -82,7 +82,7 @@ const Dropdown: React.VFC<DropDownProps> = (props) => {
82
}
83
84
85
- }, [selectedId]);
+ }, [selectedId, list]);
86
87
const handleOnClickSelect = () => {
88
setIsOpen(true);
0 commit comments