jantinnerezo / livewire-alert

SweetAlert2 wrapper for Livewire
https://livewire-alert.jantinnerezo.com
MIT License
682 stars 73 forks source link

Unknown parameter #105

Closed bucari closed 1 year ago

bucari commented 1 year ago

Hi, i need to remove so i have installed SweetAlert2 with this command npm install sweetalert2

Before this change everything worked, but now i get this warnings in the browser console and so alerts don't display as they should

SweetAlert2: Unknown parameter "icon" SweetAlert2: Unknown parameter "timerProgressBar" SweetAlert2: Unknown parameter "iconColor" SweetAlert2: Unknown parameter "inputLabel"

Can you help me?