Created
October 25, 2021 11:21
-
-
Save fhub-1/b2ae742862cef6f8ec55e9e77778f073 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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