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 720f2b8 commit 54bed6aCopy full SHA for 54bed6a
src/decorators/trackRemoval.js
@@ -112,5 +112,6 @@ export default function (target) {
112
113
target.prototype.unbindRemovalTracker = function () {
114
this.removalTracker.unbind()
115
+ this.removalTracker = null
116
}
117
0 commit comments