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 am getting following error message in the console when I am using "this.$swal.fire()":
TypeError: this.constructor.argsToParams is not a function
In earlier version(1.6.4), this used to be working fine before but not now anymore once I updated to the latest version (which is 2.1.4 now).So, I reverted back to the older version.
version: 2.1.4
platform: Mac
I am getting following error message in the console when I am using "this.$swal.fire()":
TypeError: this.constructor.argsToParams is not a function
In earlier version(1.6.4), this used to be working fine before but not now anymore once I updated to the latest version (which is 2.1.4 now).So, I reverted back to the older version.
You can check this in CodeSandbox below:
https://codesandbox.io/s/vue-template-hqsly?fontsize=14
Just click the button "show alert".
Side note: I tried replacing "this.$swal.fire()" to "this.$swal()" and it worked as before but then I have to make changes everywhere in my code.
Please let me know if this can be fixed or I have to assume it's a breaking change.
The text was updated successfully, but these errors were encountered: