We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
기존 기존 전역값 selectedModalId로 선택된 모달을 관리하고, 선택된 모달 Component를 화면에 띄워줬음
selectedModalId
변경 모달에 들어갈 수 있는 내용인 title, content, inputs, buttons, onclose를 전역으로 관리하여 코드의 양을 줄이고 확장에 용이하도록 수정함
title
content
inputs
buttons
onclose
interface
useModal
render
The text was updated successfully, but these errors were encountered:
paperdeer
Successfully merging a pull request may close this issue.
기능 설명
기존
기존 전역값
selectedModalId
로 선택된 모달을 관리하고, 선택된 모달 Component를 화면에 띄워줬음변경
모달에 들어갈 수 있는 내용인
title
,content
,inputs
,buttons
,onclose
를 전역으로 관리하여 코드의 양을 줄이고 확장에 용이하도록 수정함진행 사항
interface
에 맞게 기존 로직 수정useModal
의render
함수로 대체The text was updated successfully, but these errors were encountered: