null

Results 5 comments of null

现在也是,但代码实现不一样 测试用例: https://github.com/ant-design/babel-plugin-import/blob/f62cc369c2fc3cd1a41a72c05615966dd3b8b101/test/fixtures/variable-scope/expected.js#L41 源码: https://github.com/ant-design/babel-plugin-import/blob/f62cc369c2fc3cd1a41a72c05615966dd3b8b101/src/Plugin.js#L190

用 React 官方推荐的 `customize-cra` 也可以。 ```js const { override, addBabelPlugin } = require('customize-cra'); // overwrite webpack config module.exports = override( addBabelPlugin([ 'import', { libraryName: 'antd', libraryDirectory: 'es', style: 'css', },...

> same issue here. > 4.0 still has this bug. 'click' event works on DEV mode, but not work on RELEASE mode. I met this issue also.

最近做毕设也有这方面的疑问,我都是直接给组件传class,这也有时会导致父组件样式牵连到子组件的样式i~~做完后感觉React组件化没带来什么代码量的减少,维护性也没怎么提高。也许我接触较浅吧,才几天。还有一点,感觉React做动画有点不适应,因为所有UI变化都通过sate值来触发,为的就是利用那个diff(还没具体了解这玩意)算法吧。

I have this problem also. I have a Unit64 object, like then follow one ![image](https://user-images.githubusercontent.com/8609783/64750617-21a1e680-d54c-11e9-9e96-f677bd653c36.png) then I use camelizeKeys to convert it, the result is: ![image](https://user-images.githubusercontent.com/8609783/64750703-5f9f0a80-d54c-11e9-9d78-58a89910d058.png) It is terrible. Why...