We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the last version of the package (14.2.3), i am having this error :
Works fine in 14.2.2
The text was updated successfully, but these errors were encountered:
I can confirm this problem
Sorry, something went wrong.
I confirm the same error!
On PROD:
On DEV:
package.json:
"ngx-toastr": "^14.1.0",
package-lock.json:
"ngx-toastr": { "version": "14.2.3", "resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-14.2.3.tgz", "integrity": "sha512-vFQqDikI6elnNq2b0LJzMUFlKcHTQsgjk8ImibHbr2jvSHdSS7oCWaDoxwFcqDCqyFIt3+qYKy8K3aY47kaZRA==", "requires": { "tslib": "^2.3.0" } },
The error occures due to empty aray:
Thanks to @GregoireLgt Reverted to v14.2.2 Works fine now.
eb92b40
🎉 This issue has been resolved in version 14.2.4 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Using the last version of the package (14.2.3), i am having this error :
Works fine in 14.2.2
The text was updated successfully, but these errors were encountered: