setFocusToPreviousItem = () => {
    // @ts-expect-error TS(2339) FIXME: Property 'focusedItem' does not exist on type 'Rea... Remove this comment to see the full error message
    const { focusedItem } = this.state

    const newIndex = this.isFirstItem(focusedItem)