basst314/ngx-webcam

ERROR TypeError: a.Subject is not a constructor

andrejm7 opened this issue · 4 comments

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?

are you going to fix it or can we leave the library?

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!

Closing as no response from requester.