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 4e954a6 commit 848361eCopy full SHA for 848361e
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