88f0e13601
09f408a1b7
@ -427,7 +427,7 @@ class App extends Component {
shouldComponentUpdate(nexProps, nextState) {
console.log(nextProps, nextState)
// if the return is true, the application will never update.
// if the return is false, the application will never update.
return true
}