Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: 7.3.1-3 예제코드 오류 수정 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benkim077
Copy link

안녕하세요. <우아한 타입스크립트 with 리액트>를 읽다가 도서와 예제 코드가 다른 부분이 있어 수정하였습니다.

수정사항

주석 처리된 코드를 개행 처리했습니다.
결론적으로 책의 내용과 동일한 코드가 됐습니다.

수정 전

// 서버 에러일 때의 처리임을 명시적으로 알 수 있다 setErrorMessage(e.response.data.errorMessage);

수정 후

// 서버 에러일 때의 처리임을 명시적으로 알 수 있다 
setErrorMessage(e.response.data.errorMessage);

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant