#using createStyles cause screen glitching
13 messages · Page 1 of 1 (latest)
are yiu using Next?
no , React with vite
I was suspecting that a SSR setting was the issue, but I'm not sure.
what do u mean by SSR ?
Server-Side Rendering
no I don't think so because my project is CSR not SSR
@lost ore
I do not know, it works fine for me in vite template provided in documentation
did you import MantineProider in main ap.tsx file?
YES
Next uses SSR by default, I think you mean you are not using serve side components,
I still believe it is the set up of the project, try using the template from mantine and if it has no issue transfer you code to it or compare the files from the template to yours to find the issue.
oh, that could also be the cause