t4t5 / sweetalert

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

buttons property type does not allow simple boolean. #844

Open maxyharr opened 6 years ago

maxyharr commented 6 years ago

Documentation states we should be able to do this

buttons: true

but currently cannot.

Types of property 'buttons' are incompatible. Type 'boolean' is not assignable to type 'ButtonList | (string | boolean)[]'.

Fix: Should include | boolean as well