You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add this to my Quasar/VueJS project. Where should EventEmitter/events come from? Seems like the inheritance is failing. Is there an undocumented hard dependency on https://angular.io/api/core/EventEmitter ?
Getting this error:
client-entry.js?t=1678872778010:156 [Quasar] boot error: TypeError: Class extends value #<Object> is not a constructor or null
at rohrpost.es.js:14:1
The text was updated successfully, but these errors were encountered:
Depends a bit on your build chain. This used to just work™ with old webpack and node-builtins. We're using vite right now and are fixing this by just installing https://www.npmjs.com/package/events in the host project.
I am trying to add this to my Quasar/VueJS project. Where should EventEmitter/events come from? Seems like the inheritance is failing. Is there an undocumented hard dependency on https://angular.io/api/core/EventEmitter ?
Getting this error:
The text was updated successfully, but these errors were encountered: