Instead of using the `*=` contains selector here, it should be using the `~=` whitespace delimited selector. ```javascript const conductor = this.element.closest(`[data-controller*="${this._conductorName}"]`) ```