Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinatzo committed Sep 17, 2024
1 parent e9b710c commit 9cee115
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function render(element: any): any {
return (element.type as any)({ ...props, children });
}

//dummy
function renderChildren(element: React.ReactElement<any>): any {
if (!element.props || !element.props.children) {
return [];
Expand Down

0 comments on commit 9cee115

Please sign in to comment.