-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'nativeElement' of undefined
when using with Ivy
#67
Comments
I would also love to keep using this library with Ivy! |
Just upgraded to Angular 9 and I get the same error. I turned off Ivy and I was still getting the error, so I'm not sure if it's an Ivy issue or not... |
Same with me, just upgraded to Angular 9 and got this error:
|
Hello https://github.com/Jrbebel/ng-lottie/blob/master/src/lottieAnimationView.component.ts |
I think this project is on life support, it hasn't had a commit in almost year and a half, and the issues are piling up. Thanks @Jrbebel , I'll have to fork the project and try it myself. |
@ErikHDev any news ? |
@ErikHDev I would suggest taking a look at ngx-lottie before you attempt fork to this project. ngx-lottie seems maintained and works with ivy, and most importantly, it's highly compatible with this project, API-wise. It literally took me only a few minutes to switch since almost all events and APIs had equivalents either in the same name (so no change is required) or with a similar one (event Also, ngx-lottie has better TypeScript typings as opposed to this project where the emitted event data is I hope this helps someone. |
I've looked around here about ivy-related issues but I haven't found much.
Is there any desire to make this library compatible with Ivy?
The text was updated successfully, but these errors were encountered: