Michael Kostal
Results
2
comments of
Michael Kostal
I had a similar issue, where global styles were bundled after component styles. Running dev I never had an issue, only on production. I'm using Next 14.2.2 with App router...
> @michaelkostal Can you try testing a later Next.js version? I believe this fix (#63157) was not backported to [14.2.2](https://github.com/vercel/next.js/releases/tag/v14.2.2). You can also try the latest canary (greater than [v15.0.0-canary.56](https://github.com/vercel/next.js/releases/tag/v15.0.0-canary.56)),...