W
W
webe2018-06-07 19:07:37
React
webe, 2018-06-07 19:07:37

What is this error and why is the path not being searched?

I import the component: The component works and is imported, but for some reason an error occurs: { "resource": "/d:/projects/111111111/frontend/src/components/Header/Index.js", "owner": "eslint" , "code": "import/no-unresolved", "severity": 8, "message": "Casing of ./../Button does not match the underlying filesystem. (import/no-unresolved)", "source ": "eslint", "startLineNumber": 4, "startColumn": 20, "endLineNumber": 4, "endColumn": 33 } Does anyone know what's wrong? UPD:
import Button from './../Button';
5b195b351c4d1193851216.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Pugachev, 2018-06-07
@webe

check case of letters in the file name

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question