Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception thrown while executing UI Block #5

Open
snapxtp opened this issue Aug 5, 2018 · 1 comment
Open

Exception thrown while executing UI Block #5

snapxtp opened this issue Aug 5, 2018 · 1 comment

Comments

@snapxtp
Copy link

snapxtp commented Aug 5, 2018

I'm trying to repeat views in the cube. I get an error when I scroll while everything is running normally.
Where do I make mistakes ??

There is data like this : this.state.data = [{object},{object}]

render() {
return (
<CubeNavigationHorizontal ref={view => { this.cube = view; }}>

{this.state.data.map((item, index) =>( <SliderItem key={index} data={item} dataIndex={index}
))}

    </CubeNavigationHorizontal>
)

}
}

@zehfernandes
Copy link
Owner

Hi @snapxtp

Can you paste the error message you got?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants