ant-design / cssinjs

https://ant-design.github.io/cssinjs
MIT License
236 stars 59 forks source link

antd5.2.0及以上的版本无法通过@ant-design/cssinjs在低版本浏览器上实现样式降级 #105

Closed YogurtLsn closed 1 year ago

YogurtLsn commented 1 year ago

5.2.0以下版本按如下方式设置hashPriority="high"后,组件的:where选择器会改成类选择器,但是从5.2.0版本开始 :where选择器无法被降级。

<StyleProvider hashPriority="high">
  <MyApp />
</StyleProvider>
aswez commented 1 year ago

升级 cssinjs 到最新版本后能解决这个问题,请确认一下。