-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken with Next.js 12.1.4 #14
Comments
I believe this only happens when upgrading to React 18. And in that case it occurs regardless of the Next version. Any plans for fixes, or any workaround to make it work with React 18? |
@vasturiano Actually I think this not related with 18 react, because this library just patch webpack loaders. |
@medihack I was able to reproduce this behavior, but I don't know how to fix this at current time. I'm going to research 🤔 UPD. I guess I found problem and try to fix this. |
@yarastqt Will this possibly get fixed tonight or tomorrow morning? |
I made PR with fixes #15 (comment) and publish canary version Anybody can check this version for own project? |
I tested it just now and my app compiled successfully. Thank you! |
Ok, I published |
I tried to use
next-global-css
with a freshly created Next.js 12.1.4 app (no other additional dependencies), but after starting the dev server it stucks in "compiling...".The simple next.config.js I tried:
Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: