This commit is contained in:
Antonino Porcino 2015-12-31 15:49:12 +01:00
parent fff28fd4b3
commit e8baaaec01
1 changed files with 1 additions and 0 deletions

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);