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

Cannot read property 'length' of undefined #192

Closed
theromie opened this issue May 15, 2020 · 6 comments
Closed

Cannot read property 'length' of undefined #192

theromie opened this issue May 15, 2020 · 6 comments

Comments

@theromie
Copy link

Cannot read property 'length' of undefined

This error is located at:
in AppIntroSlider (at WelcomeScreen.js:45)

@Jacse
Copy link
Owner

Jacse commented May 15, 2020

Are you sure you passed the data-prop?

@theromie
Copy link
Author

<AppIntroSlider data={SlidesData} renderItem={_renderItem} renderPagination={_renderPagination} keyExtractor={_keyExtractor} bottomButton />

and SlidesData is coming from another file

@ganySA
Copy link

ganySA commented May 22, 2020

In the old version this used to be the slides property which is now the data property.

@theromie
Copy link
Author

I am using

v^0.2.3

@ganySA
Copy link

ganySA commented May 22, 2020

change that to 'latest'

@Jacse
Copy link
Owner

Jacse commented Oct 1, 2020

Closing for inactivity

@Jacse Jacse closed this as completed Oct 1, 2020
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

3 participants