liuguangsen0409

Results 6 comments of liuguangsen0409

I do not register sandbox, let me show u some code. ``` // init const initForm = () => { return { osVersion: { iosCanClick: false, iostype: '', iosvalue: ''...

There are 3 warnings and errors ``` // 1 Warning: Failed prop type: Invalid prop `hasFeedback` of type `object` supplied to `FormItem`, expected `boolean`. in FormItem (created by Field) in...

If I remove the first name, typescript will warning me that name is required. Now, I change `osVersion.xx` to `osVersion_xx` and change my data structor, it works out. I also...

大佬现在离开蚂蚁了啊

想问下最后那两个题 ```js var obj = { valueOf: function() { return {a:1}; }, toString:function(){ return 0; } }; console.log(obj==[]); ``` [] 会根据 toPrimitive 默认是 number 调用 valueOf 变成 [] 又因为 []...

我看了下 node 版本是要求 10 以上 我是用 yarn run release,亲测有效,不过提示了两个 console 的问题 ![image](https://user-images.githubusercontent.com/22491714/102036217-37602480-3dfd-11eb-9cbe-0eecee3b6cf4.png) 去掉 /util/axios 中的 console,就可以 build 成功了 ![image](https://user-images.githubusercontent.com/22491714/102036292-68d8f000-3dfd-11eb-8f3b-71f582a25e66.png)