Yeah I saw those, I've also tried with:
@selected=${() => this.#onSelected(item)} - nothing happens
@selected=${this.#onSelected(item)} - the debugger in the function gets hit for each card being loaded
but neither of them actually fire the onSelected function