ng-lottie
ng-lottie copied to clipboard
TypeError: n.useWebWorker is not a function - Angular 17
Hi !
I just updated my project to Angular 17, and I'm using SSR.
Everything work fine during the development process but ng-lottie failed when SSR is enabled in production.
I get the error: Uncaught TypeError: n.useWebWorker is not a function
I think here caused the issue
Hi everyone.I am struggling with the same issue. Is there any workaround for this?