mengxiong10 / vue-datepicker-next

A datepicker / datetimepicker component for Vue3
https://mengxiong10.github.io/vue-datepicker-next/
MIT License
148 stars 33 forks source link

Error in Nuxt 3 in rollbar #55

Open Asjad-Ali opened 8 months ago

Asjad-Ali commented 8 months ago

I am using Nuxt 3 and using rollbar for error caching on production but rollbar returns this error in rollbar

V. Call is not a function. (In 'V.call(a,E,C)', 'V.call' is undefined)

this part of the code

f = (h, C, Y = !0) => {
  var _, V;
  const E = Array.isArray(h) ? h.map(b) : b(h);
  return (
    (_ = a["onUpdate:value"]) == null || _.call(a, E),
    (V = a.onChange) == null || V.call(a, E, C),
    Y && p(),
    E
  );
},

rollbar error