Skip to content

Instantly share code, notes, and snippets.

@fhub-1
Created October 25, 2021 11:24
Show Gist options
  • Save fhub-1/8e5cb7ecd76e457d0408bbbe50ef083f to your computer and use it in GitHub Desktop.
Save fhub-1/8e5cb7ecd76e457d0408bbbe50ef083f to your computer and use it in GitHub Desktop.
const element = {
type: 'ul',
key: null,
props: {
children: [
{type: 'li', key: 'apple', props: {children: '๐ŸŠ apple'}},
{type: 'li', key: 'pear', props: {children: '๐Ÿ pear'}},
],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment