ant-design / ant-design-pro

👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
https://pro.ant.design
MIT License
36.34k stars 8.14k forks source link

mac电脑umi antdPro项目开启mfsu会报错位置在重现步骤里 win没有此情况 #9492

Closed ngwszsd closed 2 years ago

ngwszsd commented 2 years ago

Reproduction link

https://github.com/ant-design/ant-design

Steps to reproduce

位置 /node_modules/@ant-design/pro-table/es/components/ListToolBar/index.less (line 46, column 13) 删除此代码恢复正常

    &:hover {
      color: @primary-color-hover;
    }

What is expected?

mfsu不报错

What is actually happening?

mfsu不报错

Environment Info
antd 4.18.0
React 17.0.2
System mac
Browser chrome 96.0.4664.110(正式版本) (x86_64)

在win使用正常,新换了mac电脑 macOS bigSur 11.6 使用mfsu报错 取消使用mfsu webpack报错

github-actions[bot] commented 2 years ago

Hello @ngwszsd. Please provide a online reproduction by forking this link https://codesandbox.io/ or a minimal GitHub repository.

你好 @ngwszsd, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。

chenshuai2144 commented 2 years ago

antd版本的问题升级下antd

ngwszsd commented 2 years ago

可以了thanks