-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
Closed
react-component/select
#681Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
随便找个低版本的浏览器就能重现了
Steps to reproduce
无
What is expected?
无
What is actually happening?
无
Environment | Info |
---|---|
antd | 4.17.2 |
React | 无 |
System | 无 |
Browser | 低版本 |
4..17.2 打包出的代码有Object.values代码,并且没有用babel corejs 3 处理,导致低版本浏览器(es5)不兼容(控制台报错&白屏)。
希望处理一下!