I'm experiencing an issue with Next.js 15.3.0: CSS Modules are not working in development mode, although they work fine in production.
For example, the generated class name like class="style-module__Bwpv2a__container_app" is present in the DOM, but the styles don't seem to be applied.
When I downgrade to Next.js 15.2.4, everything works as expected in development.
Has anyone else run into this issue with 15.3.0? Any idea what's going on?
Thanks!