Skip to content

Commit 82fb5aa

Browse files
committed
Add fixme to shouldcomponentUpdate logic, now it raw retrun value. Need to find a solution to improve it
1 parent 22ff424 commit 82fb5aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OfflineImage.js

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class OfflineImage extends React.Component {
3434
}
3535
};
3636

37+
// FIXME : Get rid of return true and improve render component logic
3738
shouldComponentUpdate(nextProps, nextState) {
3839
return true
3940
// if (!nextState.path) return true

0 commit comments

Comments
 (0)