ReactDOM.createPortal modal is mounted on DOM but nothing is displayed on the screen

后端 未结 0 1522
名媛妹妹
名媛妹妹 2021-01-27 14:32

this is a typescript-next.js project. I have this Modal component:

interface ModalProps {
  onCancelModal: () => void;
  onAcceptModal: () => void;
  accept         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题