-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normalize CSS gets inserted at the wrong position #3705
Comments
It seems It can be seen because the global style tags start with However even after fixing this the style tags won't be prepended. Here's an example that uses the |
The incorrect For newer versions there seems to be a workaround: So maybe for us a workaround could be avoiding the |
I've tried adding CacheProvider to MantineProvider about six months ago, it broke ssr for Remix |
I see a white background with text "Your app here", so that approach doesn't seem to be working |
Yes, as I've written in the same comment it unfortunately only fixes the key but not the prepend handling because of some issue in |
This issue is closed for one of these reasons:
If you think that this issue was closed by mistake, and it is still an issue in version 7.0, please reopen it. |
What package has an issue
@mantine/core
Describe the bug
I have "prepend" set to true in createEmotionCache(), and it's correctly prepending the "mantine" styles, but the global and normalize styles still get appended, which makes overriding them difficult.
What version of @mantine/hooks page do you have in package.json?
6.0.0
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
None
Are you willing to participate in fixing this issue and create a pull request with the fix
None
Possible fix
No response
The text was updated successfully, but these errors were encountered: