1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
This commit is contained in:
Antonino Porcino 2015-12-31 15:49:12 +01:00
parent fff28fd4b3
commit e8baaaec01

View File

@ -378,6 +378,7 @@ function convertHtmlToReact(node, context) {
var code = convertHtmlToReact(child, context);
validateJS(code, child, context);
return code;
});
data.children = utils.concatChildren(children);