diff --git a/packages/app/src/components/PostsFeed/index.jsx b/packages/app/src/components/PostsFeed/index.jsx index 17f63009..17e7389a 100644 --- a/packages/app/src/components/PostsFeed/index.jsx +++ b/packages/app/src/components/PostsFeed/index.jsx @@ -6,7 +6,10 @@ import { PostCard, LoadMore } from "components" import "./index.less" const LoadingComponent = () => { - return + // FIXME: Im not sure why but, using will cause a memory leak of DOM Nodes when using IntersectionObserver + //return + + return

Loading more ...

} const NoResultComponent = () => {