We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd9296 commit 5dea4c5Copy full SHA for 5dea4c5
src/components/CommentSectionComponent/Index.tsx
@@ -63,6 +63,7 @@ const CommentSection = ({
63
}
64
65
React.useEffect(() => {
66
+ console.log('Effect ran:', { data: globalStore.data, onTotalCommentsChange })
67
if (typeof onTotalCommentsChange === 'function') {
68
onTotalCommentsChange(totalComments())
69
0 commit comments