We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ff424 commit 82fb5aaCopy full SHA for 82fb5aa
src/OfflineImage.js
@@ -34,6 +34,7 @@ class OfflineImage extends React.Component {
34
}
35
};
36
37
+ // FIXME : Get rid of return true and improve render component logic
38
shouldComponentUpdate(nextProps, nextState) {
39
return true
40
// if (!nextState.path) return true
0 commit comments