Skip to content
This repository was archived by the owner on Mar 27, 2019. It is now read-only.
This repository was archived by the owner on Mar 27, 2019. It is now read-only.

Failed to compile #47

Description

@abritopach

Hello! I have this error when I try to use ArrowKeyNavigation in my project:

captura de pantalla 2017-09-01 a las 14 18 24

My React Class:

`
import React, { Component } from 'react';
import { ArrowKeyNavigation } from 'boundless-arrow-key-navigation';

class TestPage extends Component {
state = {
items: [ 'lorem', 'ipsum', 'dolor' ],
}

render() {
    return (
        <div>
            <section>
                <h6>Horizontal-only</h6>
                <ArrowKeyNavigation className='demo-loose-list' mode={ArrowKeyNavigation.mode.HORIZONTAL}>
                    {this.state.items.map((item) => <span key={item}>{item}</span>)}
                </ArrowKeyNavigation>
            </section>
        </div>
    );
}

}

export default TestPage;
`

Can you help me?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions