We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5779f2 commit a5604bbCopy full SHA for a5604bb
components/vc-tree-select/OptionList.tsx
@@ -41,7 +41,7 @@ export default defineComponent({
41
const memoOptions = useMemo(
42
() => props.options,
43
[() => props.open, () => props.options],
44
- (next, prev) => next[0] && prev[1] !== next[1],
+ next => next[0],
45
);
46
47
const valueKeys = computed(() => {
0 commit comments