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 6bfc79e + 848361e commit edf684cCopy full SHA for edf684c
modules/RouteHandlerMixin.js
@@ -30,6 +30,10 @@ var RouteHandlerMixin = {
30
this._updateRouteComponent();
31
},
32
33
+ componentWillUnmount: function () {
34
+ this.context.setRouteComponentAtDepth(this.getRouteDepth(), null);
35
+ },
36
+
37
_updateRouteComponent: function () {
38
this.context.setRouteComponentAtDepth(this.getRouteDepth(), this.refs[REF_NAME]);
39
0 commit comments