카테고리 없음

오류해결 [ 오류 : React hook 오류 ]

세모난 야구공 2022. 3. 2. 23:13
ERROR in src/components/SpotifyDashboard.js
  Line 5:23:  React Hook "useSpotifyAuth" is called in function "spDashboard" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"  react-hooks/rules-of-hooks

Search for the keywords to learn more about each error.

webpack 5.69.1 compiled with 1 error and 1 warning in 178 ms

 

이름앞에 use가 들어가면 훜스라고 인식해서 그런듯

 

안에 component라고 인식할 함수를 대문자로 시작하지 않아서

 

컴포넌트라고 인식을 못해 생긴 오류!!