Unterminated JSX contents (21:10) code example
Example: Parsing error: Unterminated JSX contents
Make sure to close your <br> tags with </br> :D
That *is* not usual in JS, but in JSX, it is necessary (for some reason nobody cares about)
Make sure to close your <br> tags with </br> :D
That *is* not usual in JS, but in JSX, it is necessary (for some reason nobody cares about)