Hello,
On React 19 (did not try on older version) none of the modal events work. To reproduce the issue:
<s-modal onHide={() => alert('HIDE')} onAfterHide={() => alert('AFTER HIDE')}>
</s-modal>
Then open/hide the modal. The same happens for the two show and afterShow events.
Thanks!