Closed Yeti-or closed 6 years ago
({ block: 'h', custom: [ [{block: 'button'}, {block: 'popup'}], [{block: 'button'}, {block: 'popup'}], [{block: 'button'}, {block: 'popup'}] ] })
actual: =>
<H custom={[<button/>, <Popup/>, [{ 'block': "button" }, { 'block': "popup" }]]}/>
expected: =>
<H custom={[[<button/>, <Popup/>], [<button/>, <Popup/>], [<button/>, <Popup/>]]}/>
actual: =>
expected: =>