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

undefined is not an object (evaluating 'items.forEach') #38

Open
Rashhh opened this issue Dec 5, 2016 · 5 comments
Open

undefined is not an object (evaluating 'items.forEach') #38

Rashhh opened this issue Dec 5, 2016 · 5 comments

Comments

@Rashhh
Copy link

Rashhh commented Dec 5, 2016

this error is coming in groupItems index.js 16, I am using react native version 0.37 and react 15.3.2

@slimeygecko
Copy link

Make sure you have all of the props passed in correctly. You need to have the dataSource property set with data.

@ghost
Copy link

ghost commented Jan 11, 2017

Same issue here. Looking for another component

@khiconit
Copy link

Same issues here

@JaeHeyK
Copy link

JaeHeyK commented Aug 16, 2017

Same issues here.

@bharathdoijode
Copy link

if you are using cloneWithRows while assigning to dataSource, comment it and assign the values directly to dataSource like

dataSource: data

instead of
dataSource: ds.cloneWithRows(data)

hope it helps!

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

5 participants