-
Notifications
You must be signed in to change notification settings - Fork 144
fix: Fixed type error. #1037
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
fix: Fixed type error. #1037
Conversation
chrisallo
left a comment
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.
양이 엄청 많은데 고생 많으셨습니다!
src/modules/ChannelSettings/components/ModerationPanel/BannedUserList.tsx
Outdated
Show resolved
Hide resolved
src/modules/EditUserProfile/components/EditUserProfileUI/EditUserProfileUIView.tsx
Show resolved
Hide resolved
chrisallo
left a comment
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.
lgtm!
HoonBaek
left a comment
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.
LGTM! Thank you for this huge job!!
| setMembers(members); | ||
| setHasNext(memberUserListQuery.hasNext); | ||
| setChannelUpdateId(uuidv4()); | ||
| setChannelUpdateId?.(uuidv4()); |
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.
This line should be removed (maybe conflict)
Fixed type errors when 'strictNullChecks' is 'true'.
슬랙으로 공유드린 내용 제외하고, 수정해도 특별히 문제 없을 만한 부분 우선 수정하였습니다.