-
Notifications
You must be signed in to change notification settings - Fork 4
[#22] Post Page 구현, 공통 컴포넌트 적용 #23
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
Merged
gummmmmy0v0
merged 19 commits into
codeit-FE-18-part2:develop
from
gummmmmy0v0:feature/#22
Aug 16, 2025
Merged
[#22] Post Page 구현, 공통 컴포넌트 적용 #23
gummmmmy0v0
merged 19 commits into
codeit-FE-18-part2:develop
from
gummmmmy0v0:feature/#22
Aug 16, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cskime
reviewed
Aug 12, 2025
cskime
reviewed
Aug 12, 2025
cskime
reviewed
Aug 12, 2025
nidor022
approved these changes
Aug 13, 2025
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.
👍
cskime
reviewed
Aug 14, 2025
cskime
reviewed
Aug 14, 2025
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.
PR에 포함되는 작업을 조금 줄여도 괜찮겠다는 생각이 들었습니다.
혹시 이 PR을 처음 만들었을 때 계획했던 것보다 더 많은 작업을 하고 계시진 않나요?
cskime
approved these changes
Aug 15, 2025
Closed
2 tasks
Closed
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 작업 내용
📷 스크린샷 (선택)
🧐 해결해야 하는 문제 (선택)
import { BrowserRouter, Route, Routes } from "react-router";
와... "react-router-dom";
conflict... "react-router";
로 진행했으나 화면 렌더링 되지 않아"... react-router-dom;"
로 변경하였습니다.👀 새로 알게 된 내용 (선택)
💬 리뷰어에게 남길 말 (선택)