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 65256f4 commit 8bc405dCopy full SHA for 8bc405d
src/components/createConnect.js
@@ -90,6 +90,8 @@ export default function createConnect(React) {
90
91
shouldComponentUpdate(nextProps, nextState) {
92
if (!pure) {
93
+ this.updateStateProps(nextProps);
94
+ this.updateDispatchProps(nextProps);
95
this.updateState(nextProps);
96
return true;
97
}
0 commit comments