Przeglądaj źródła

fix waypoint bug

Yuki Takei 3 lat temu
rodzic
commit
c59b09f12e

+ 1 - 1
packages/app/src/components/Page/RevisionLoader.tsx

@@ -85,7 +85,7 @@ export const RevisionLoader = (props: RevisionLoaderProps): JSX.Element => {
   if (lazy && !isLoaded) {
     return (
       <Waypoint onPositionChange={onWaypointChange} bottomOffset="-100px">
-        <></>
+        <div></div>
       </Waypoint>
     );
   }