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;
|
||||
}
|
||||
if (!child.key) {
|
||||
if (replace_child) {
|
||||
console.warn(
|
||||
`No key prop in item: ${meta.item.name}`,
|
||||
`\n\n`,
|
||||
meta.item.adv?.js
|
||||
);
|
||||
}
|
||||
} else {
|
||||
new_childs.push({
|
||||
...child,
|
||||
|
|
|
|||
Loading…
Reference in New Issue