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