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
Also using the charset utf-8, try using this library: https://github.com/mathiasbynens/he
import { decode } from 'he'; class Post extends Component { render() { { decode(this.props.post.title) } } }