UNPKG

fastcomments-react-native-sdk

Version:

React Native FastComments Components. Add live commenting to any React Native application.

7 lines (6 loc) 363 B
import { removeCommentFromTree } from "./comment-trees"; import { decOverallCommentCount } from "./comment-count"; export function removeCommentOnClient(state, comment) { removeCommentFromTree(state.allComments, state.commentsTree, state.commentsById, comment.get()); decOverallCommentCount(state.config.countAll.get(), state, comment.parentId?.get()); }