0👍
✅
The error was with the toggleMiniBasket
method:
this.miniBasketDetailShow != this.miniBasketDetailShow;
should be
this.miniBasketDetailShow = !this.miniBasketDetailShow;
Source:stackexchange.com