We are using mantine as an internal library, and are working through the upgrade to 7+. We are running into an issue where the default mantine stylings are not loading properly. For example, even the AppShell isn't displaying properly. Is there something in the 7x version that needs to be exported from our library that wasn't previously?
#Mantine in internal library
7 messages · Page 1 of 1 (latest)
yes, css
import '@mantine/core/styles.css';
at the root of the application/internal library
this page has a lot of useful info re: breaking changes from v6->v7