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

Error following NextJS-example

AndreasFaust opened this issue · comments

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?

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