We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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) ) );
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:
Copied from #3436: