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
When i run this code
this.$toast.show({ position: 'topRight', color: 'green', icon: 'fas fa-check', message: 'Sidebar Added Successfully' });
the toastr didn't appear and it gives me this error
Unhandled promise rejection Message must be a string
The text was updated successfully, but these errors were encountered:
@SalemCode8 is this issue resolved? i get that same error now
Sorry, something went wrong.
I am facing this error too
Hi @SalemCode8, @karthiknk and @dipu-bd I was reviewing this issue and the problem is because you are calling show with wrong function signature.
show
The show method in vue-izitoast is called like this: show(message, title = '', options = {}).
show(message, title = '', options = {})
Reference here: v1.1.2 and v1.2.0.
But this show me that I need to improve on the error message. This better error message will be released in the next version.
Improved error message of _checkParams to show correct method signatu…
315048a
…re. Raised in #6
No branches or pull requests
When i run this code
the toastr didn't appear and it gives me this error
Unhandled promise rejection Message must be a string
The text was updated successfully, but these errors were encountered: