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 79fb601 commit b6f6abaCopy full SHA for b6f6aba
index.ts
@@ -78,7 +78,7 @@ export default (
78
const leaves = computed(() => getLeaves({ value }));
79
80
const atlas = computed(
81
- () => new Map(leaves.value.map((leaf) => [leaf[keyId], leaf])),
+ () => new Map(leaves.value.map((leaf) => [leaf[keyId] as string, leaf])),
82
);
83
84
const add = (pId: string) => {
0 commit comments