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