import axios from 'axios'; function greet() {;</script>
我得到了error 'axios' is defined but never used no-unused-vars错误,我试图禁用它。我试着添加// eslint-disable-next-line no-unused-va
我刚刚将create-react-app更新为4.0.0,并遇到了许多问题。第一个是我通过将"noFallthroughCasesInSwitch": true,添加到我的tsconfig.json中来解决它
我已经将typescript更新为4.0.5,但问题仍然存在。
而且,当我点击yarn star