vercel / react-tweet

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

Global CSS cannot be imported from within node_modules. #72

Closed the-iter8 closed 1 year ago

the-iter8 commented 1 year ago

I'm getting this error after creating a simple app with yarn create next-app

and placing this code -

`import { Tweet } from "react-tweet";

export default function Test() { return ; } `

in a new page under the pages folder.

image