Closed steve-alex closed 4 years ago
This is quite an open question and I hope the title explains itself. I am attempting to do this in quite a simple fashion with no success. Is there any way that this can be done?
{tweets.map(tweet => { return <TwitterTweetEmbed draggable onDrag={(e) => onDrag(e, tweet)} className="embeddedTweet" tweetId={tweet} onClick={console.log} /> })}
This is quite an open question and I hope the title explains itself. I am attempting to do this in quite a simple fashion with no success. Is there any way that this can be done?
{tweets.map(tweet => { return <TwitterTweetEmbed draggable onDrag={(e) => onDrag(e, tweet)} className="embeddedTweet" tweetId={tweet} onClick={console.log} /> })}