down
down
``` function getIndex(arr){ let minIndex = -1; let min = Number.MAX_SAFE_INTEGER; arr.forEach( (item, index) => { if( item > 0 && item < min){ min = item; minIndex = index;...
申请翻译,预期完成时间 不确定
申请翻译,预期完成时间 2022-06-01
这个月会尽快完成,之前暂时比较忙
既然是节点的准入条件,为什么不将它改为接口呢
1. 我不确定这是否只在 headless 的浏览器中出现,报错统计信息里的案例都是我们产品的正常使用的用户。 2. 代码应该做什么防范,这个老实讲我不知道,可能需要麻烦你们深入排查一下了。不过就我了解到的(上面具体表现中贴出的两个链接里),包一层 requestAnimationFrame、使用 debounce 防抖这种措施,可能是有效的。 3. slardar 报错我们已滤掉,确实没有对项目的运行有影响,只是反馈这样一个问题。这个问题应该 17 年就存在于浏览器上了,具体是否修复、何时开始,还是看你们团队的具体情况吧。 :)
**solving method:** replace the file `node_modules/node-sass/lib/render.js` with [render.js](https://github.com/marcosbozzani/node-sass/edit/bug-vscode-watch/lib/render.js) (https://github.com/marcosbozzani/node-sass/edit/bug-vscode-watch/lib/render.js) This is not node-sass problem , because vscode locks the file and makes it inaccessible. > marcosbozzani "The problem seems to...