We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dff85e commit 823d7a6Copy full SHA for 823d7a6
src/components/LazyLoadImage.jsx
@@ -1,7 +1,7 @@
1
import React from 'react';
2
import { PropTypes } from 'prop-types';
3
4
-class LazyLoadImage extends React.PureComponent {
+class LazyLoadImage extends React.Component {
5
constructor(props) {
6
super(props);
7
0 commit comments