-
Notifications
You must be signed in to change notification settings - Fork 2
🐛 fix: React key 중복 및 401 인증 오류 해결 #93
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
Conversation
WalkthroughAPI 클라이언트의 import가 테스트용 Axios 인스턴스에서 인증된 표준 Axios 인스턴스로 변경되었습니다. 또한, 대시보드 및 사이드바에서 React key prop이 단순 id에서 접두사가 포함된 문자열로 수정되었습니다. 코드의 논리나 기능에는 다른 변경이 없습니다. Changes
Possibly related PRs
Suggested reviewers
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
npm error Exit handler never called! 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (1)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Insung-Jo
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.
고생하셨습니다! 빠르게 머지 하시고 다음 작업으로 넘어가시죠 👍
📌 변경 사항 개요
React key 중복 경고와 401 인증 오류 해결
✨ 요약
📝 상세 내용
1. React Key 중복 문제 해결
dashboard.id를 key로 사용하여 충돌 발생key={sidebar-${dashboard.id}}key={mydash-${dashboard.id}}2. 401 인증 오류 해결
testAxios사용으로 인증 -> 토큰 누락authHttpClient로 변경하여 자동 토큰 추가fetchColumns.ts: testAxios → authHttpClientfetchCards.ts: testAxios → authHttpClient🔗 관련 이슈
🖼️ 스크린샷
✅ 체크리스트
💡 참고 사항
Summary by CodeRabbit
Style
Chores