vercel / react-tweet

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

Error following NextJS-example #79

Closed AndreasFaust closed 1 year ago

AndreasFaust commented 1 year ago

Trying to implement the NextJS-example into an existing project (using pages-Router), I am stuck with this error: TypeError: Cannot read properties of undefined (reading 'in_reply_to_status_id_str')

Is it possible, that Twitter has changed its API?

AndreasFaust commented 1 year ago

False alarm! The tweet-object did not arrive at the component… Thank you for this great library!