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 bd482d8 commit df47147Copy full SHA for df47147
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.Component {
+class LazyLoadImage extends React.PureComponent {
5
constructor(props) {
6
super(props);
7
0 commit comments