王美建
王美建
```updateChildren```为什么采用双端比对而不是其他算法?仅仅是因为复杂度低?
用```TerserWebpackPlugin```,webpack5自带
duplicate issue https://github.com/ant-design/pro-components/issues/5600
> 数据的问题,featureCode `bx_if_ys2022` 有重复的值。 数据重复导致的bug数不胜数😌
是的,React的问题,你可以自己构造唯一id
> 正常是支持的,检测下为什么 grid 模式下没有触发 resize 看看上面的demo要如何配置呢?
解铃还须系铃人,给网格布局配置最小宽度可以解决问题: `grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));` 但是要计算,还不如直接用百分比
the same problem 
+1 This API has been removed. If you're looking for this functionality in Babel 7, you should import the '@babel/helper-module-imports' module and use the functions exposed from that module, such...
> > +1 > > This API has been removed. If you're looking for this functionality in Babel 7, you should import the '@babel/helper-module-imports' module and use the functions exposed...