react-tweet
react-tweet copied to clipboard
Embed tweets in your React application.
Hi there, First of all, thank you for this amazing library! While implementing a simple tweet embed functionality, I've noticed that the user avatars appear to be of rather low...
I am trying to use react-tweets on my but I have been getting this issues since
If I add `optimizePackageImports: ['react-tweet'],` to my `next.config.js` it will cause the following error, breaking the page rendering ```gradle Error: (0 , _barrel_optimize_names_QuotedTweet_TweetActions_TweetBody_TweetContainer_TweetHeader_TweetInReplyTo_TweetInfo_TweetMedia_enrichTweet_react_tweet__WEBPACK_IMPORTED_MODULE_1__.enrichTweet) is not a function at CustomTweet (webpack-internal:///(rsc)/./src/components/ui/blog/mdx/tweet/custom-tweet.tsx:11:208)...
Hello I'm getting this error: ``` - error node_modules\react-tweet\dist\utils.js (1:63) @ screen_name - error TypeError: Cannot read properties of undefined (reading 'screen_name') at stringify () ``` and use it like...
I know there is already another issue for this #134 but they closed it without an actual resolution from the library itself. I can get the tweet to load on...
I'm trying to use this library in my react remix project, and having trouble importing the css. I updated the remix config to include `react-tweet` ```js /** @type {import('@remix-run/dev').AppConfig} */...
Hey, this is a great package. Thanks so much for the effort you all put into this. I'm trying to use the included `getTweet` function to get metadata for a...
When I fetchTweet for this ID, I get a tombstone: true, but it's a valid tweet that hasn't been altered and isn't protected. ID: id=1757108153408278773 Tweepy returns this when you...
Videos are now displayed as they are in a tag, which is fine for horizontal videos, but most of the videos on Twitter are vertical. This makes the embedded Tweet...
