jantinnerezo / livewire-alert

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

Uncaught (in promise) ReferenceError: Swal is not defined #104

Closed bucari closed 1 year ago

bucari commented 1 year ago

I installed livewire-alert publishing livewire-alert.js and added

to app.blade.php after @livewireScripts but i get this error Uncaught (in promise) ReferenceError: Swal is not defined

zsoltjanes commented 1 year ago

I had the same issue npm install sweetalert2

In app.js include it:

import swal from 'sweetalert2';
window.Swal = swal;
madurapa commented 9 months ago

@zsoltjanes not working with flash() method when redirecting