fix
This commit is contained in:
parent
1dcfef760a
commit
36b0dcc5f1
File diff suppressed because one or more lines are too long
|
|
@ -69,11 +69,13 @@ export const viEvalScript = (
|
||||||
replace_child = true;
|
replace_child = true;
|
||||||
}
|
}
|
||||||
if (!child.key) {
|
if (!child.key) {
|
||||||
console.warn(
|
if (replace_child) {
|
||||||
`No key prop in item: ${meta.item.name}`,
|
console.warn(
|
||||||
`\n\n`,
|
`No key prop in item: ${meta.item.name}`,
|
||||||
meta.item.adv?.js
|
`\n\n`,
|
||||||
);
|
meta.item.adv?.js
|
||||||
|
);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
new_childs.push({
|
new_childs.push({
|
||||||
...child,
|
...child,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue