ant-design / antd-style

css-in-js library with antd v5 token system

Home Page:https://ant-design.github.io/antd-style/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐛[BUG] umijs 配置自定义 prefixCls antd-style 无法获取到自定义 prefixCls

leshalv opened this issue · comments

使用 configProvider 配置 prefixCls,在 createStyles 中获取到的 prefixCls 还是 ant,导致样式失效。

antd: {
    configProvider: {
      prefixCls: 'xxxxx',
    }
}

现在应该没有从configprovider取。我修一下

我也遇到了这个问题,请问这个有计划在哪个版本中修复吗?

明天修复

@leshalv @wangchao0713 试试 3.6.0

已生效