Skip to content

Commit f9f49e4

Browse files
authored
Merge pull request #86 from snachiap/fix
checking new config
2 parents cdb7392 + 672fd90 commit f9f49e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/components/Query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class ConnectedQuery extends Component {
5050
const oldTree = this.props.tree;
5151
const oldConfig = this.props.config;
5252
const newTree = nextProps.tree;
53-
const newConfig = this.props.config;
53+
const newConfig = nextProps.config;
5454
const oldValidatedTree = this.validatedTree;
5555

5656
if (oldConfig != newConfig) {

0 commit comments

Comments
 (0)