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
Thanks for pulling this together and opening the redux context issue on Nextjs
(vercel/next.js#49557)
Quick Question: Under your app/ dir, you have a global.css and page.module.css. Just to confirm my understanding of how the app dir works, neither the global.css or page.module.css is actually loaded at runtime, correct?
I believe for them to be loaded, you would have to have an explicit import 'page.module.css' or import 'global.css' (that isn't commented out) -> i.e. there is no auto-magically loading of css artifacts
Appreciate any thoughts, I am migrating to the app router and away from mui all at the same time so lots to learn!
The text was updated successfully, but these errors were encountered:
Thanks for pulling this together and opening the redux context issue on Nextjs
(vercel/next.js#49557)
Quick Question: Under your
app/
dir, you have aglobal.css
andpage.module.css
. Just to confirm my understanding of how the app dir works, neither theglobal.css
orpage.module.css
is actually loaded at runtime, correct?I believe for them to be loaded, you would have to have an explicit
import 'page.module.css'
orimport 'global.css'
(that isn't commented out) -> i.e. there is no auto-magically loading of css artifactsAppreciate any thoughts, I am migrating to the app router and away from mui all at the same time so lots to learn!
The text was updated successfully, but these errors were encountered: