mirror of https://github.com/rancher/dashboard.git
- vue watch --> `handler: 'debouncedUpdateMatches'`, --> `debouncedUpdateMatches: debounce(this.updateMatches, 500)` seems broken in prod... but not dev -> yarn mem-dev --> fine -> yarn start:prod --> fail - fix is just to unwrap it - notes - `handler: debounce(this.updateMatches, 500),` --> fails given `this` issues - `handler: 'updateMatches',` ==> works - i've had a look where we use debounced in data and use directly in watch handler... and these were the only places |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| PolicyRule.vue | ||
| PolicyRulePort.vue | ||
| PolicyRuleTarget.vue | ||
| PolicyRules.vue | ||
| index.vue | ||