committed by
GitHub
parent
9bee5ccea4
commit
d045055b47
@@ -1873,7 +1873,7 @@ function baseCreateRenderer(
|
||||
const s2 = i // next starting index
|
||||
|
||||
// 5.1 build key:index map for newChildren
|
||||
const keyToNewIndexMap: Map<string | number, number> = new Map()
|
||||
const keyToNewIndexMap: Map<string | number | symbol, number> = new Map()
|
||||
for (i = s2; i <= e2; i++) {
|
||||
const nextChild = (c2[i] = optimized
|
||||
? cloneIfMounted(c2[i] as VNode)
|
||||
|
||||
Reference in New Issue
Block a user