Hi, I open a dialog using `confirmAlert` and inside my `DialogCreate` I have an SWR hook, but it's never called, weird. Something that I need to know? ```tsx onClick={() => confirmAlert({ customUI: ({ onClose }) => <DialogCreate onClose={onClose}/> })} ``` Regards