[React] JS Bites: React hook is called in a function which is neither a React function or a custom React Hook 문제 : 오류 - JS Bites: React hook is called in a function which is neither a React function or a custom React Hook 문제 해결 React Hook을 사용하고 있다면 Functional Component는 반드시 "대문자" 로 시작해야 한다 custom hook의 이름은 반드시 "소문자"로 시작해야한다. React 2023.09.07