Skip to content

Instantly share code, notes, and snippets.

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