vercel / react-tweet

Embed tweets in your React application.

Home Page:https://react-tweet.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't handle some emojis well

JamesSingleton opened this issue · comments

If you look at the console going to https://static-tweet.vercel.app/1556693648762437637 there are a couple errors that occur all coming from the 🤙 emoji. Running locally you get Prop dangerouslySetInnerHTML did not match. Server: " Ready to be a part of the Keydets brotherhood🤙" Client: " Ready to be a part of the Keydets brotherhood🤙\ud83c" along with Uncaught Error: Text content does not match server-rendered HTML. and Uncaught Error: There was an error while hydrating this Suspense boundary. Switched to client rendering..

Another issue is that if you go to the Static tweet example I gave above, the entire hashtag #Redswarm isn't a link, all up until the rm is a link leaving those letters out.