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

this.rows.forEach is not a function #52

Closed
MikeMuxika opened this issue Feb 23, 2017 · 2 comments
Closed

this.rows.forEach is not a function #52

MikeMuxika opened this issue Feb 23, 2017 · 2 comments

Comments

@MikeMuxika
Copy link

Followed your example as well as the react 14/15 fixes in #47 and when run, getting this error:

Uncaught TypeError: this.rows.forEach is not a function.

The error is coming from the dataframe dependency. Which is another of your repos. I'm opening this here however since my first thought is that something isn't being passed correctly to dataframe from ReactPivot.

@davidguttman
Copy link
Owner

This most likely means that ReactPivot / dataframe was not passed an array as rows. Is there a repo I can look at?

@MikeMuxika
Copy link
Author

I actually just figured it out after posting. I had a misspelling in my json datasource file name. Gonna switch it from fake data later but that's what was wrong. Going to close now. Thanks for the rapid response!

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