-
Notifications
You must be signed in to change notification settings - Fork 49
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
Warning: invalid next.config.js options detected #105
Comments
+1 |
I started seeing similar errors when I upgraded to next 12.2.2, I went back to version 12.2.0 and the errors went away. There is a similar issue in the next.js repo vercel/next.js#38967, it looks like it was fixed in 12.2.3 but I did not test it yet. |
I also started to experience these messages after update of Next. It seems that even Next 12.2.4 hasn't fixed that yet. |
yep still on next 12.2.4 |
The same for |
This seems to be more of a problem with I think in 12.2.2 next added warnings for extending the config with other keys, and this is a plugin that does that but shouldn't. Still happening in next 12.3.1 and this seems to be abandoned? |
+1 |
Same issue, anyone found any solutions for this? And should i be worried about this ? |
Upgrade to latest Ant Design Version, You may not need this anymore(can configure designs with a provider) |
By latest ants version you version 5? Well Im afraid to mess stuff up by upgrading |
Yeah, for my usecase we had also some breaking changes. But did it anyway because it was annoying |
When I start my Next.js app, I receive this warning:
My next.config.js file looks like this:
The text was updated successfully, but these errors were encountered: