sweetalert.min.js:1 SweetAlert warning: "type" option has been deprecated. Please use "icon" instead code example
Example: swal mail
const { value: email } = await Swal.fire({ title: 'Input email address', input: 'email', inputPlaceholder: 'Enter your email address'})if (email) { Swal.fire(`Entered email: ${email}`)}