vercel / react-tweet

Embed tweets in your React application.
https://react-tweet.vercel.app
MIT License
1.52k stars 83 forks source link

Decode HTML entities in body #32

Closed tywayne closed 1 year ago

tywayne commented 1 year ago

Fixes #29

Most of the details are over on the issue (#29), but the gist is that the API responds with encoded HTML entities. In order to properly render those, we need to use dangerouslySetInnerHTML on the containing <span>.