V12
Why isn’t this caught? The relevant guard already exists in `resolveApproval`: if (approvalId && approvalId !== this.currentApproval?.id) return; However, note that this check is skipped if there is no approvalId. Every *Waiting approval component passes the id except one.