From e8dee0bcd9a080445fefd19407f98ba578516286 Mon Sep 17 00:00:00 2001 From: Yuchao Wu Date: Fri, 22 Apr 2022 14:43:33 +1000 Subject: [PATCH 1/4] fix(runtime-core): avoid transition child key of number type duplication --- packages/runtime-core/src/components/BaseTransition.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/runtime-core/src/components/BaseTransition.ts b/packages/runtime-core/src/components/BaseTransition.ts index 043b97365..4bacead9a 100644 --- a/packages/runtime-core/src/components/BaseTransition.ts +++ b/packages/runtime-core/src/components/BaseTransition.ts @@ -494,10 +494,17 @@ export function getTransitionRawChildren( for (let i = 0; i < children.length; i++) { let child = children[i] // #5360 inherit parent key in case of