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 added the <StyleProvider hashPriority="high"> component in order to maintain compatibility with older browsers, as recommended in the Antd documentation and the unit tests within this repository. According to these sources, using this configuration should result in CSS export without the :where tag.
However, even after implementing this change, I am still observing that the CSS is being exported with the :where tag.
I would greatly appreciate any guidance
The text was updated successfully, but these errors were encountered:
I am currently using the Antd5 with Next.js example repository available at https://github.com/ant-design/create-next-app-antd for my project.
I have added the
<StyleProvider hashPriority="high">
component in order to maintain compatibility with older browsers, as recommended in the Antd documentation and the unit tests within this repository. According to these sources, using this configuration should result in CSS export without the:where
tag.However, even after implementing this change, I am still observing that the CSS is being exported with the
:where
tag.I would greatly appreciate any guidance
The text was updated successfully, but these errors were encountered: