why would this snippet work fine on v3 and not on v4 ?
the AJAX request is not initiated on v4.
It works only IF I remove the data-bs-toggle directive.
<a href="javascript:;" data-request="qrCode::onAjax" data-request-update="'ajax/qr-code': '#modalContent'" data-bs-toggle="modal" data-bs-target="#simpleModal">Launch</a>