Open
Description
Copied from #3436:
Another example:
return ( h.div({ className: "view-node-row", style: { width: width, height: rowHeight } }, backgroundElement, centerElement, toolsElement, h.div({ className: "nodes" }, items) ) );While I expect:
return ( h.div({ className: "view-node-row", style: { width: width, height: rowHeight } }, backgroundElement, centerElement, toolsElement, h.div({ className: "nodes" }, items) ) );