강의

멘토링

커뮤니티

Inflearn Community Q&A

entrbilly4024's profile image
entrbilly4024

asked

Node and React series that you can learn by following - Creating a YouTube site

Creating a Video Upload FORM (2)

React Hook "useState" is called in function 에러가 뜹니다ㅠㅠ

Written on

·

8.2K

0

여기 선언부 4줄 모두에서 아래 에러가 계속 뜹니다 ㅠ

React Hook "useState" is called in function "videoUploadPage" which is neither a React function component or a custom React Hook function  react-hooks/rules-of-hooks

구글링해서 찾아보는데 좀 어렵네요 ㅠㅠ

nodejsmongodbreactredux

Answer 2

6

VideoUploadPage로 바꿔보세요 

component는 대문자로 시작해야해요 

0

Billy님의 프로필 이미지
Billy
Questioner

감사합니다~ 잘 됬어요 :)

entrbilly4024's profile image
entrbilly4024

asked

Ask a question