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.
2 parents cdb7392 + 672fd90 commit f9f49e4Copy full SHA for f9f49e4
modules/components/Query.js
@@ -50,7 +50,7 @@ class ConnectedQuery extends Component {
50
const oldTree = this.props.tree;
51
const oldConfig = this.props.config;
52
const newTree = nextProps.tree;
53
- const newConfig = this.props.config;
+ const newConfig = nextProps.config;
54
const oldValidatedTree = this.validatedTree;
55
56
if (oldConfig != newConfig) {
0 commit comments