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

TypeError: undefined is not an object (evaluating 'array.reduce') #50

Closed
tehjnito opened this issue Jun 22, 2018 · 2 comments
Closed

TypeError: undefined is not an object (evaluating 'array.reduce') #50

tehjnito opened this issue Jun 22, 2018 · 2 comments

Comments

@tehjnito
Copy link

tehjnito commented Jun 22, 2018

this error gets thrown using my own code and even with the example provided.
I'm assuming it has something to do with that method in the utils files, but I'm uncertain.

screenshot_1529700914

@saleel
Copy link
Owner

saleel commented Jun 22, 2018

Demo code is working fine for me. Just tested.

This error would happen if you are not passing a valid array as the items prop. Please check again.

@saleel saleel closed this as completed Jul 11, 2018
@anztrax
Copy link

anztrax commented Nov 11, 2018

i can repro the issue :
in my case :

this caused by you install this super grid module, but you forgot to re run react-native run-android

so the react native didn't know the module yet..., solve by re run react-native run-android , done 🎉

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