Results 11 comments of Derrick

> @zhongtingbing > 加上 apply 确保 在 sayHi 函数里的 this 指向的是 input对象(不然就指向 window 了,不是我们想要的)。 > 这里的箭头函数依旧是指向 input 对象。 这里用了箭头函数, 不需要重新绑定了吧? 箭头函数的this在编译的时候就定好了呀

forEach大概可以这么理解 ``` Array.prototype.forEach = function (callback) { // this represents our array for (let index = 0; index < this.length; index++) { // We call the callback for each entry...

plugins.push("babel") rules["babel/no-unused-expressions"] = 1 兼容 ?. (@babel/plugin-proposal-optional-chaining)

请问一下,useRef获取的dom节点怎么清空

#220 大佬们啥时候发版我就不知道啦, 已经merge了😝

https://github.com/react-component/picker/pull/520

怎么我本地跑出来的和这里的不一样,有什么环境要求吗?

现在校验的错误没在本次修改范围内,哪位大哥帮忙看看