我正在创建一个名为“计数器”的新组件,但出现此错误:
./src/components/counters.jsx
Cannot find file: 'Counter.jsx' does not match the corresponding name on disk: '.\src\components\counter.jsx'.
答案 0 :(得分:0)
Cannot find file: 'Counter.jsx' does not match the corresponding name on disk: '.\src\components\counter.jsx'
在此错误中,很明显您尝试导入的文件不可用,或者您在导入中拼写了错误的文件名。
路径和文件也区分大小写。因此错误出在两个Counter.jsx
或.\src\components\counter.jsx