PekoNico
Results
1
comments of
PekoNico
inside my renderNode function, i add these followed: ``` if (node.name === 'p') { return ( {defaultRenderer(node.children, parent)} ) } ```