diff --git a/editor/pages/community/files/index.tsx b/editor/pages/community/files/index.tsx index 734d7dce..192b53c0 100644 --- a/editor/pages/community/files/index.tsx +++ b/editor/pages/community/files/index.tsx @@ -60,13 +60,12 @@ export default function FigmaCommunityFilesIndexPage({ useWindow={false} getScrollParent={() => document.querySelector("body")} loader={ - <> - {data.loading && ( -
- Loading ... -
- )} - + // Note: https://github.com/danbovey/react-infinite-scroller/issues/306 + data.loading && ( +
+ Loading ... +
+ ) } >