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 48d59ab commit 01f0c6aCopy full SHA for 01f0c6a
modules/mixins/ActiveState.js
@@ -56,7 +56,7 @@ var ActiveState = {
56
},
57
58
handleActiveStateChange: function () {
59
- if (this.isMounted() && this.updateActiveState)
+ if (this.isMounted() && typeof this.updateActiveState === 'function')
60
this.updateActiveState();
61
}
62
0 commit comments