pull/309/merge
zeref31 7 months ago committed by GitHub
commit d27408bc06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -427,7 +427,7 @@ class App extends Component {
shouldComponentUpdate(nexProps, nextState) { shouldComponentUpdate(nexProps, nextState) {
console.log(nextProps, 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 return true
} }

Loading…
Cancel
Save