In reply to @v12sec

V12

@v12sec · Twitter ·

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.

Post media