You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.10.1
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
None
Describe the bug
:host() mdn
css variables doesn't work in shadow dom even though set cssVariablesSelector to :host on MantineProvider
cause :host has another convention unlike :root
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
add ternary operator when cssVariablesSelector is :host
i add pr to fix it
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.10.1
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
None
Describe the bug
:host() mdn
css variables doesn't work in shadow dom even though set
cssVariablesSelector
to:host
onMantineProvider
cause
:host
has another convention unlike:root
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
add ternary operator when cssVariablesSelector is :host
i add pr to fix it
PR Link
Self-service
The text was updated successfully, but these errors were encountered: