A user will be able to react and comment to a blog post #262
Philimuhire wants to merge
ft-comments-reactions-fn
into develop
Failed
4 issues to fix.
Avoid too many return
statements within this function. New
New
return state;
Avoid too many return
statements within this function. New
New
return {
...state,
isCommentLoading: false,
commentCounts: {
...state.commentCounts,
Avoid too many return
statements within this function. New
New
return {
...state,
isCommentLoading: false,
errors: payload || 'An error occurred while creating the comment.',
};
Avoid too many return
statements within this function. New
New
return { ...state, isCommentLoading: false, errors: payload || 'Error occurred' };