Skip to content
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][ChallengeDetail, MyPage] 챌린지 상세 | 마이페이지 접속 오류 수정 #158

Merged
merged 1 commit into from
Jun 4, 2023

Conversation

Youhoseong
Copy link
Contributor

제곧내

@Youhoseong Youhoseong requested a review from ysh4296 June 4, 2023 12:10
@Youhoseong Youhoseong self-assigned this Jun 4, 2023
@@ -268,7 +268,7 @@ const ChallengeDetailScreen = ({ navigation, route }) => {
});
} else {
setCursors((prev) => {
prev[tabIndex] = datas[tabIndex][datas[tabIndex].length - 1].id;
prev[tabIndex] = datas[tabIndex][datas[tabIndex].length - 1]?.id;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prev의 [tabIndex] 가 undefined가 됐을때, 렌더의 아웃풋이 뭔지 알아야할것 같습니다.

@Youhoseong Youhoseong merged commit f61b09a into main Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants