Skip to content
New issue

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

Error in Nuxt 3 in rollbar #55

Open
Asjad-Ali opened this issue Jan 25, 2024 · 0 comments
Open

Error in Nuxt 3 in rollbar #55

Asjad-Ali opened this issue Jan 25, 2024 · 0 comments

Comments

@Asjad-Ali
Copy link

Asjad-Ali commented Jan 25, 2024

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

@Asjad-Ali Asjad-Ali reopened this Jan 25, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant