Skip to content

Commit 11c59cf

Browse files
committed
chore: remove deps
1 parent 7d7c91b commit 11c59cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/select/hooks/useOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function useOptions(
9090
return mergedValueToOption;
9191
});
9292
// eslint-disable-next-line react-hooks/exhaustive-deps
93-
}, [options, keys, children, reserveKeyword, value, valueType]);
93+
}, [options, keys, children, reserveKeyword]);
9494

9595
// 同步 value 对应的 options
9696
useEffect(() => {

0 commit comments

Comments
 (0)