Last active
December 6, 2017 09:53
-
-
Save rxluz/97d2ea07deb5b768df3582a49cf7ddc3 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
| render(){ | |
| return [ //you need change ( to [ | |
| <h1 key="element-1">Hey I am an element</h1>, //each element must have a key and a comma in the end | |
| <i key="element-2">And I am other element</i> | |
| ]; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment