gpt4 book ai didi

Angular 2 错误 : Attempt to use a destroyed view: detectChanges Error: Attempt to use a destroyed view: detectChanges at ViewDestroyedError

转载 作者:太空狗 更新时间:2023-10-29 17:41:16 26 4
gpt4 key购买 nike

我正在使用 ng2-toastr 并收到以下错误

https://www.npmjs.com/package/ng2-toastr

Attempt to use a destroyed view: detectChanges Error: Attempt to use a destroyed view: detectChanges at ViewDestroyedError

我在按钮点击事件中有这个。

最佳答案

添加这个:

ngOnDestroy() {
this.helper.toastr.dispose();}

并更改 node_modules/ng2-toastr/bundle/toast-manager.js:

ToastsManager.prototype.dispose = function () {
var _this = this;
if (_this.container) {
_this.container.destroy();
_this.container = null;
}
};

关于 Angular 2 错误 : Attempt to use a destroyed view: detectChanges Error: Attempt to use a destroyed view: detectChanges at ViewDestroyedError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42367498/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com