in src/container/FluxContainerSubscriptions.js [91:96]
_resetTokens() { if (this._tokens) { this._tokens.forEach(token => token.remove()); this._tokens = null; } }