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
When expanding a scream and clicking on like/unlike Comments.js errors:
The issue occurs because the liked/unliked scream returned does not include comments. Fix is in dataReducer.js LIKE_SCREAM/UNLIKE_SCREAM, to spread state.scream as follows:
When expanding a scream and clicking on like/unlike Comments.js errors:
The issue occurs because the liked/unliked scream returned does not include comments. Fix is in
dataReducer.js
LIKE_SCREAM/UNLIKE_SCREAM, to spreadstate.scream
as follows:I can submit a pull request if I can push my branch with the fix.
The text was updated successfully, but these errors were encountered: