#Update from 7.8 to 7.9 broke some styling ( Text component for example )

8 messages · Page 1 of 1 (latest)

wet mauve
#

Some CSS styles are broken after update from 7.8 to 7.9. And interesting part is that locally run app does have correct styling and deployed one is broken.
Using NextJS
In image, left is local and right is deployed.

#

I guess I have problem in CSS order or something

opal mountain
#

Issue with Next.js, not related to Mantine or 7.9 release in particular. Try updating Next.js to the latest version.

wet mauve
#

nextjs is already at lastest available version ( Next 14.2.3 ). Issue in this case are with styles that are in css modules.

opal mountain
wet mauve
#

well, this could be the issue. Great find. Thank you @opal mountain

opal mountain
wet mauve
#

I tried that, but did not help in this case