Skip to content

Deploy: develop 브랜치를 main에 병합#347

Merged
Sohyunnnn merged 1 commit intomainfrom
develop
Mar 21, 2026
Merged

Deploy: develop 브랜치를 main에 병합#347
Sohyunnnn merged 1 commit intomainfrom
develop

Conversation

@Sohyunnnn
Copy link
Copy Markdown
Contributor

📌 Summary

main 배포를 위해 develop 브랜치를 병합합니다.

* fix: svg 렌더링 오류 해결

* fix: key 전달 방식 변경
@Sohyunnnn Sohyunnnn requested a review from a team as a code owner March 21, 2026 18:18
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 21, 2026

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Summary by CodeRabbit

릴리스 노트

  • 버그 수정
    • 페스티벌 카드의 위시리스트 토글 버튼의 안정성을 개선했습니다.

Walkthrough

festival-card.tsx 파일의 조건부 렌더링되는 FlagButton 요소에 key={festivalId} prop을 추가했어요. React 요소 identity를 명시적으로 지정해서 wishlist 토글 버튼의 상태 관리를 개선한 변경입니다.

Changes

Cohort / File(s) Summary
React Element Key Props
apps/audience/src/widgets/home/components/festival-card/festival-card.tsx
FlagButton 컴포넌트에 key={festivalId} prop 추가로 React reconciliation 최적화

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

🚀 Deploy, 🐛 Fix

Suggested reviewers

  • eunkr82
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning PR 제목이 [type] 형식을 준수하지 않으며, 'Deploy:' 접두사는 정해진 타입 형식에 해당하지 않습니다. [type] 형식을 따르는 제목으로 변경해 주세요. 예: 'chore: develop 브랜치를 main에 병합' 또는 'merge: develop 브랜치를 main에 병합'
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed PR 설명이 develop 브랜치를 main에 병합하는 내용과 관련되어 있으며, 변경사항들과 부합합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can use OpenGrep to find security vulnerabilities and bugs across 17+ programming languages.

OpenGrep is compatible with Semgrep configurations. Add an opengrep.yml or semgrep.yml configuration file to your project to enable OpenGrep analysis.

@Sohyunnnn Sohyunnnn self-assigned this Mar 21, 2026
@Sohyunnnn Sohyunnnn merged commit 410b23b into main Mar 21, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants