if (items[i]) {
        this.setState({ hoveredItem: i % itemsLength })
        this.scrollToItem(
          // @ts-expect-error TS(2339) FIXME: Property 'itemsNode' does not exist on type 'Selec... Remove this comment to see the full error message
          this.itemsNode,