You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ngx-toastr in my Angular 18 project to display success messages with a progress bar. However, enabling the progress bar causes a re-rendering loop, preventing event execution. Here's my setup:
The issue only occurs with the progress bar enabled. I've tried running the toast setting onActivateTick to false, but the problem persists.
It is probably relating to the animation of the progress bar. When a toast is active, the other events don't work because of the loop caused on the template. However having more toaster notification with progress bar works in their example https://ngx-toastr.vercel.app/
Please check https://stackoverflow.com/questions/78595897/angular-ngx-toastr-progress-bar-causes-infinite-loop
The text was updated successfully, but these errors were encountered: