How to fix «Unable to process binding "blockLoader: function (){return isLoading }"»?

02

How to fix

File: app/design/frontend/Thelist/westyle/Magento_SalesRule/web/template/payment/discount.html

Replace:

<form class="form form-discount" id="discount-form" data-bind="blockLoader: isLoading">

with

Then, redeploy the static content:

rm -rf pub/static/* && bin/magento setup:static-content:deploy