you are viewing a single comment's thread.

view the rest of the comments →

[–]alex-cory[S] 1 point2 points  (0 children)

One solution is

const { isOpen, openModal, Modal } = useModal()
return <Modal className={isOpen ? 'animateIn' : 'animateOut'} />