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 7d7c91b commit 11c59cfCopy full SHA for 11c59cf
packages/components/select/hooks/useOptions.ts
@@ -90,7 +90,7 @@ function useOptions(
90
return mergedValueToOption;
91
});
92
// eslint-disable-next-line react-hooks/exhaustive-deps
93
- }, [options, keys, children, reserveKeyword, value, valueType]);
+ }, [options, keys, children, reserveKeyword]);
94
95
// 同步 value 对应的 options
96
useEffect(() => {
0 commit comments