migrate to cv2 jsx
This commit is contained in:
parent
6858283ecc
commit
dcd22a9d8c
18 changed files with 101 additions and 122 deletions
|
@ -7,7 +7,7 @@ export function filterChildren(children: any[]) {
|
|||
|
||||
export function childrenToString(name: string, children: any) {
|
||||
if (Array.isArray(children)) {
|
||||
return filterChildren(children).join("\n");
|
||||
return filterChildren(children).join("");
|
||||
}
|
||||
if (typeof children === "string") {
|
||||
return children;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue