Admin Action button loading doesn't work

Using the admin action primary button slot and setting the loading to true (either explicitly or by state), it doesn’t do anything.

<s-admin-action>
      <s-button
        slot="primary-action"
        loading={true}
        onClick={}>My Primary button</s-button>
</s-admin-action>

Do you also experience this?