Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-28 15:43:30 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3cf5d277f2822583ba61211a69cc3b76aa991f53
3cf5d277
1 parent
b63df512
add new error case
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
error-repoting.txt
error-repoting.txt
View file @
3cf5d27
...
...
@@ -45,4 +45,14 @@ merge 를 할 대상에 속하는 모든 관련 파일들은 전부 Resolver 의
GraphQL Playground 에서 쿼리문을 실행할때 항상 null 값으로 반환됨
그러므로, 반드시 api 폴더내에는 항상 형식에 맞는 파일만 와야함.
\ No newline at end of file
그러므로, 반드시 api 폴더내에는 항상 형식에 맞는 파일만 와야함.
- 3. React Hook 의 종속성
React Hook "useQuery" is called in function "onSubmit" which is neither a React function component or a custom React Hook function
이런 오류가 뜰 경우,
react Hook 을 리액트 함수 컴포넌트나 리액트 훅이 아닌 다른 함수 내에서 사용하게 될때
발생하는 오류이다.
리액트 훅은 반드시 리액트로 만든 함수 컴포넌트 내부나 혹은 개발자가 직접 제작한 리액트 훅 내부에서만 사용가능하다.
...
...
Please
register
or
login
to post a comment