Skip to content

Commit 823d7a6

Browse files
committed
Make LazyLoadImage a regular Component because we are implementing shouldComponentUpdate manually
1 parent 7dff85e commit 823d7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LazyLoadImage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { PropTypes } from 'prop-types';
33

4-
class LazyLoadImage extends React.PureComponent {
4+
class LazyLoadImage extends React.Component {
55
constructor(props) {
66
super(props);
77

0 commit comments

Comments
 (0)