diff --git a/src/LazyImage.tsx b/src/LazyImage.tsx index 98df3bd..65fe75e 100644 --- a/src/LazyImage.tsx +++ b/src/LazyImage.tsx @@ -45,7 +45,7 @@ export interface LazyImageProps extends CommonLazyImageProps { * and then swaps it in. Has predefined rendering logic, but the * specifics are up to the caller. */ -export const LazyImage: React.StatelessComponent = ({ +export const LazyImage: React.FC = ({ actual, placeholder, loading,