#Update from 7.8 to 7.9 broke some styling ( Text component for example )
8 messages · Page 1 of 1 (latest)
Issue with Next.js, not related to Mantine or 7.9 release in particular. Try updating Next.js to the latest version.
nextjs is already at lastest available version ( Next 14.2.3 ). Issue in this case are with styles that are in css modules.
You can follow this issue and linked issues to learn more – https://github.com/vercel/next.js/issues/16630
A user on twitter reported that Next.js may not order CSS imports from JS correctly. We need to investigate and fix this! https://twitter.com/samselikoff/status/1299032241100787712 NEXT-1350
well, this could be the issue. Great find. Thank you @opal mountain
If your styles are overriden by mantine styles, use https://mantine.dev/styles/mantine-styles/#css-layers
I tried that, but did not help in this case