I am using ngx-toastr in my application and after each deployment, the toastr messages doesn't show until I refresh the page and try again. Only after I refresh it starts working normally without issues.
- We are using Google Chrome
- The Toastr container is being created, but the toast message itself is not being displayed
- We are not using CDN.
- No conflict with bootstrap css
- CSS is added properly into style.css (@import '~ngx-toastr/toastr.css';)