-
Notifications
You must be signed in to change notification settings - Fork 1
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] : Table 컴포넌트의 상위 context가 존재하지 않아도 useContext 에러가 발생하지 않도록 수정해요. #174
Conversation
🦋 Changeset detectedLatest commit: b797e09 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
🚀~
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.
조씁니다 🚀🚀
🎉 변경 사항
Table 컴포넌트에서
useSafeContext
훅을 사용하고 있었는데, 상위 컨텍스트가 존재하지 않으면 Error를 throw하는 로직을 갖고 있었어요.Table 컴포넌트는
checkbox
로직을 사용하지 않으면 context를 사용하지 않을 수도 있어요..!!이를 보완하기 위하여
useSafeContext
를 사용하는 대신,context
가 null 일때, 기본 객체 값을 리턴할 수 있도록 하여Context를 사용하던 사용하지 않던 에러가 발생하지 않도록 했어요.
🚩 관련 이슈
#173
🙏 여기는 꼭 봐주세요!
@hamo-o
이제 와우 클래스에서 불필요하게 Table 컨텍스트로 감쌌던 로직을 제거해도 문제가 생기지 않을 거예요.