This commit is contained in:
Rizky 2024-03-22 14:02:56 +07:00
parent aa3940ec40
commit bedc8a57ce
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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" },