We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b40d0f commit 9fead52Copy full SHA for 9fead52
packages/runtime-core/src/helpers/renderList.ts
@@ -42,7 +42,7 @@ export function renderList<T>(
42
source: T,
43
renderItem: <K extends keyof T>(
44
value: T[K],
45
- key: K,
+ key: string,
46
index: number,
47
) => VNodeChild,
48
): VNodeChild[]
0 commit comments