wip fix
This commit is contained in:
parent
aa3940ec40
commit
bedc8a57ce
File diff suppressed because one or more lines are too long
|
|
@ -101,7 +101,7 @@ export const genComp = (p: GenMetaP, arg: GenMetaArg) => {
|
|||
});
|
||||
|
||||
for (const child of Object.values(item.childs)) {
|
||||
if (child.name.startsWith("jsx:")) continue;
|
||||
if (child?.name?.startsWith("jsx:")) continue;
|
||||
|
||||
genMeta(
|
||||
{ ...p, mode: "comp" },
|
||||
|
|
|
|||
Loading…
Reference in New Issue