We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 ); },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: