-
Notifications
You must be signed in to change notification settings - Fork 0
[RELEASE] 데모데이를 위한 프론트 배포 #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
91df3b2
e721430
c370e05
babe8e8
a783720
d9e8331
c4b93c5
b6695ce
a02ec61
1d3060c
9034d40
fc684c9
918ee54
b320a37
48cd189
3fbb681
92f62cf
8c68d8d
2b36def
3d55d76
52c75e6
af5647a
005544d
842a8cc
350ede9
5e2106a
217d7ba
2382fc1
4344ab2
8e7ad52
ef7c6a4
b78c21e
73ea88c
889ef4c
6e4fe41
3fe0aba
0f33a25
8c73356
76bac0f
dff81d3
135f89e
db0ba8b
f6b9346
1da9bc4
09c9c45
d40e87a
77e441a
1ff79db
9687860
2d4288d
9647d8b
fbe4a1f
35aed15
78b2b63
1a72380
4ff6bce
6e5af81
03342ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'react-hooks/exhaustive-deps' 규칙을 전역적으로 비활성화하는 것은 매우 위험합니다. 이 규칙은
useEffect,useCallback,useMemo등의 의존성 배열이 올바르게 설정되었는지 확인하여 오래된 값(stale value)으로 인한 버그를 방지하는 중요한 역할을 합니다. 전역적으로 비활성화하면 잠재적인 버그를 찾기 어려워질 수 있습니다. 꼭 필요한 경우에만eslint-disable-next-line주석을 사용하여 특정 줄에 대해서만 규칙을 비활성화하고, 그 이유를 명확히 설명하는 것이 좋습니다. 이 규칙을 다시 활성화하는 것을 강력히 권장합니다.