-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Should clean the fireworks when ngOnDestroy #90
Conversation
Apply Sweep Rules to your PR?
|
Apply Sweep Rules to your PR?
This is an automated message generated by Sweep AI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the review comments, I think the promise should be handled in the constructor instead of in the ngDestroy
components/fireworks/projects/ng-fireworks/src/lib/ng-fireworks.component.ts
Outdated
Show resolved
Hide resolved
FireworksInstance exported in new version and I using it now. |
The build is failing, can you please fix it? I cannot merge until it fails |
@matteobruni done and really appreciate your work! |
Still failing |
Interesting, FireworksInstance exported in already published package, any idea why this error happen? |
I've checked the files of this PR, you are changing only the component, but the dependencies must be updated as well, since that export came in a newer version of @tsparticles/fireworks. Please build the project locally before submitting commits. |
Still failing, please build the project locally before submitting other commits.
in the root folder. |
Should work, thank you for your patience |
Everything is fine now, thanks! |
I really want to avoid
any
but the upstream code not exportFireworksInstance