I\'m trying render an element which has an accent character using ReactJS and JSX, but it\'s not returning what I wanted.
ReactJS
My JSX:
var Or
I resolved! the problem is because I'm compiling JSX using gulp, and file generated is not UTF-8, so I save as file in UTF-8 that is working!
JSX
gulp
UTF-8