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

(#16) Modal & Drawer Component #44

Merged
merged 1 commit into from
Nov 26, 2023
Merged

Conversation

baegofda
Copy link
Contributor

@baegofda baegofda commented Nov 23, 2023

(#16) Modal & Drawer Component

Modal과 Drawer에 관한 기본적인 레이아웃만 제공합니다.

또한 Modal, Drawer의 렌더링이 될 DOM위치를 정할
<div id = {"modal"} />
형식의 요소가 필요합니다.

"@types/react": "18.2.0"가 추가되었습니다.
createPortal 사용 시 타입 에러가 발생하였고 @types/react와 @types/react-dom의 버전 불일치로 인한 타입 에러였습니다.
참고 이슈

Benj846
Benj846 previously approved these changes Nov 24, 2023
cause38
cause38 previously approved these changes Nov 24, 2023
@shinYeongHyeon
Copy link

package 변경시 이유 작성 좋습니다

shinYeongHyeon
shinYeongHyeon previously approved these changes Nov 26, 2023
(#16) Modal & Drawer Component
@baegofda baegofda force-pushed the feature/modal-drawer-component branch from 9fbe092 to 0bd6c2b Compare November 26, 2023 13:30
@baegofda baegofda merged commit 5614efd into main Nov 26, 2023
@baegofda baegofda deleted the feature/modal-drawer-component branch November 26, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants