t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.85k forks source link

Typescript error #996

Open mugishap opened 1 year ago

mugishap commented 1 year ago

I am getting this error while using sweetalertjs with react-ts Code

swal("Are you sure?", { dangerMode: true, buttons: true, });

Type 'true' is not assignable to type 'ButtonList | (string | boolean)[] | undefined'.ts(2322)