Ivan Asmer %!s(int64=4) %!d(string=hai) anos
pai
achega
f9cfba16a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.mjs

+ 1 - 1
index.mjs

@@ -700,7 +700,7 @@ function toReact(ast, React, mapMDToComponents=defaultMapMDToComponents){
     const childToReact = child => typeof child === 'string' ?  child  : 
                                                                toReact(child, React, mapMDToComponents)
     const props = {key: Math.random(),
-                               children: ast.children.map(childToReact)}
+                               children: ast.children && ast.children.map(childToReact)}
     if (typeof RenderComponent !== 'string' && RenderComponent !== React.Fragment)
         Object.assign(props,{node: ast, 
                                title: ast.title && ast.title.map(childToReact),