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
I observed Error: reviews not iterable on trying to create a Review, being traced to the addReview on Reviews Component.
I've tested the same on your project and the issue is observed there as well.
I observed Error: reviews not iterable on trying to create a Review, being traced to the addReview on Reviews Component.
I've tested the same on your project and the issue is observed there as well.
The fix being on App : getMovieData()
The 'singleMovie' response has a property of 'reviewIds' and not 'reviews'.
The text was updated successfully, but these errors were encountered: