You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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.
The text was updated successfully, but these errors were encountered: