afc163
afc163
warning antd > rc-tree-select > rc-trigger > rc-animate > fbjs > [email protected]: core-js@
``` $ cnpm ls $ npm ls ``` 对比这两个的结果。`cnpm ls` 基本没法阅读。
https://github.com/npm/npm/issues/8030 ``` $ npm run [tab] // ✅ $ cnpm run [tab] // ❌ ```
https://testing-library.com/ https://github.com/testing-library/react-testing-library
close ant-design/ant-design#31563
``` const { width, height } = useResizeObserver({ disabled }); ```
一些颜色上的优化
1. 如果没问题,红色和黄色都不要打出来,现在让人感觉是有错误。 2. 成功之后打一个绿色的带 emoji 的消息,这样成就感会比较好。 3. 前面那么多 log,可以改成进度条的方式,按处理的文件数做比例。