Created
June 12, 2018 21:31
-
-
Save kenhoff/9c773e4ef503ddd1141e9625f62190cb to your computer and use it in GitHub Desktop.
fragments-2
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
| Failed to compile. | |
| ./src/App.js | |
| Syntax error: Adjacent JSX elements must be wrapped in an enclosing tag (6:8) | |
| 4 | return (<p>I would | |
| 5 | </p> | |
| 6 | <p> | |
| | ^ | |
| 7 | really like | |
| 8 | </p> | |
| 9 | <p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment