We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4297a96 commit 7fe7f9eCopy full SHA for 7fe7f9e
src/discussions/posts/PostsList.jsx
@@ -67,7 +67,7 @@ const PostsList = ({
67
if (isTopicTab) {
68
loadThreads(topicsIds, 1, true);
69
}
70
- }, [filters]);
+ }, [filters, JSON.stringify(sortedPostsIds)]);
71
72
const postInstances = useMemo(() => (
73
sortedPostsIds?.map((postId, idx) => (
0 commit comments