Skip to content

Instantly share code, notes, and snippets.

@johan-gorter
Created November 1, 2017 10:01
Show Gist options
  • Save johan-gorter/c18e0bf0fb7ad1e4c9badc33d47d1ae1 to your computer and use it in GitHub Desktop.
Save johan-gorter/c18e0bf0fb7ad1e4c9badc33d47d1ae1 to your computer and use it in GitHub Desktop.
h('div', [h('span', ['Text'])]) // Valid
h('div', h('span', 'Text')) // No longer valid in maquette3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment