santdas36 / airbnb-ish

Airbnb UI clone using Next.js + styled-components.
https://airbnb-ish.vercel.app
163 stars 45 forks source link

On run it throws error "Global CSS cannot be imported from files other than your Custom <App>. Due to the Global nature of stylesheets" #3

Open Vinyl-Davyl opened 2 years ago

Vinyl-Davyl commented 2 years ago

After installing dependencies and proceeding with next dev. What's your thoughts

markdost commented 2 years ago

@Vinyl-Davyl downgrade from next@11.1.1 to next@11.1.0

Apparently there is a breaking change with next@11.1.1 on windows. Source: https://stackoverflow.com/questions/68991702/fresh-nextjs-app-throwing-errors-before-any-changes/68992114#68992114

You could also try and upgrade to next 12 of course :)

ibrahim-koraikir1 commented 2 years ago

I add all my CSS files to _app.js work for me

Vinyl-Davyl commented 2 years ago

Sorted it out already, thanks @markdost @ibrahim-koraikir1