vue-datepicker-next
vue-datepicker-next copied to clipboard
Error in Nuxt 3 in rollbar
trafficstars
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
);
},