[Setting/#5] Modal 세팅 #7
Merged
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.
🚨 관련 이슈
#5
✨ 변경사항
✏️ 작업 내용
사용법 예시를 보여주기 위해
😅 미완성 작업
📢 논의 사항 및 참고 사항
modalProvider.tsx에서MODAL_TYPES에 자신이 만들 모달의 타입을 선언하고MODAL_COMPONENTS에 해당 컴포넌트(만든 모달 컴포넌트)를 매핑 해주세요!<Modal onClose={onClose}></Modal>로 감싸 주시고onClose넘겨주셔야합니다.onClick={()=>openModal({modalType: MODALTYPES.만든모달})}와 같이 사용해주시면 됩니다