ERROR TypeError: a.Subject is not a constructor
andrejm7 opened this issue · 4 comments
andrejm7 commented
Hello my friend.
in production I am having this error ..
ERROR TypeError: a.Subject is not a constructor
it seems to me that it is in this code ..
private trigger: Subject = new Subject ();
how can I solve?
andrejm7 commented
are you going to fix it or can we leave the library?
basst314 commented
Hi @andrejm7,
what version of Angular and ngx-webcam are you using? Please try with the latest version of ngx-webcam and let me know if the issue persists.
Also, please double check that you're having a supported version of RxJs
in your package.json dependencies (see README/Prerequisites section).
Thanks!
basst314 commented
Closing as no response from requester.