You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same issue in next@13.5.6 even without dynamic imports. Seriously this problem has been going on for so long and it still hasn't been fixed?
Verify canary release
Provide environment information
next info
Operating System: Platform: darwin Arch: x64 Version: Darwin Kernel Version 21.6.0: Wed Aug 10 14:28:23 PDT 2022; root:xnu-8020.141.5~2/RELEASE_ARM64_T6000 Binaries: Node: 14.20.0 npm: 6.14.17 Yarn: 1.22.19 pnpm: N/A Relevant packages: next: 12.2.6-canary.5 eslint-config-next: 12.2.5 react: 18.2.0 react-dom: 18.2.0
What browser are you using? (if relevant)
Not relevant
How are you deploying your application? (if relevant)
next export (pages are statically generated, and deployed on a host, i.e. Github Pages)
Describe the Bug
The CSS Module resolved in production mode does not match with the development's.
Expected Behavior
At the minimum, the same output should be the same in development mode, so that we are not caught by surprise.
Link to reproduction
https://github.com/6220119/nextjs-css-module-dynamic-import-bug
To Reproduce
Steps to reproduce
The Reproduction site is live at: https://6220119.github.io/nextjs-css-module-dynamic-import-bug/
at the time of writing, this issue is reproducible with
next@canary (12.2.6-canary.5)
/
route).[FAIL]
, Expect that the "Blue" and "Red" buttons are displayed correctly.<style>
element,under the marker
<noscript data-n-css=""></noscript>
Video capture
Screen.Recording.mp4
The text was updated successfully, but these errors were encountered: