Nodin

Results 1 issues of Nodin

编译小程序时提示: 编译 组件文件 node_modules/mounted/src/components/PickerView/index.tsx 建议修改:使用循环的 index 变量作为 key 是一种反优化。参考:https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-array-index-key.md ----- 189 | } 190 | return ( > 191 | {normalizedData.map((colData, colIndex) => ( | ^^^^^^^^ 192 | 193 |...