Dave

Results 3 issues of Dave

In this CDN version of 5.3: https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.js `transformHeader` contains the index variable `i`: if (isFunction(_config.transformHeader)) header = _config.transformHeader(header, i); In the minified version of the same: https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.0/papaparse.min.js That index variable...

**Describe the bug** If you click the removeItem button (clearing the input) an event is triggered with the current value, then another event is triggered with the new (empty) value....

bug

As per this closed issue: https://github.com/nuxt-community/gtm-module/issues/6 There is still a problem where page views are not waiting long enough to load an asynchronous title, resulting in the correct URL but...