I have yamas 1.0 together with the SP Pagebuilder 3.6.2 and Easy Profile on Joomla 3.9.11 installed and I have issues with the core modals. I'm including a modal with
JHtml::_('bootstrap.renderModal', ...
and when clicking on the trigger, the modal opens, but now I can't close it anymore. Clicking on the backdrop, the X to close it or the close button results in nothing happening. Also calling
jQuery('#id').modal('hide');
has no effect. Anybody an idea what I can do?