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 f61036d commit c96e34dCopy full SHA for c96e34d
modules/mixins/ActiveState.js
@@ -52,7 +52,6 @@ var ActiveState = {
52
53
componentDidMount: function () {
54
this.getActiveDelegate().addChangeListener(this.handleActiveStateChange);
55
- this.handleActiveStateChange();
56
},
57
58
componentWillUnmount: function () {
modules/mixins/PathListener.js
@@ -57,7 +57,6 @@ var PathListener = {
59
PathStore.addChangeListener(this.handlePathChange);
60
- this.handlePathChange();
61
62
63
0 commit comments