fix(ui): render polished SSR-safe component variants
This commit is contained in:
@@ -107,4 +107,4 @@ for (const category of [...new Set(components.map((component) => component.categ
|
||||
);
|
||||
}
|
||||
}
|
||||
writeFileSync(join(uiRoot, "COMPONENTS.md"), `${lines.join("\n")}\n`);
|
||||
writeFileSync(join(uiRoot, "COMPONENTS.md"), `${lines.join("\n").trimEnd()}\n`);
|
||||
|
||||
Reference in New Issue
Block a user