You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when using with typescript
error TS2403: Subsequent variable declarations must have the same type. Variable 'swal' must be of type 'typeof import("/path-to/node_modules/sweetalert/typings/sweetalert")', but here has type 'SweetAlert'
The text was updated successfully, but these errors were encountered:
I get the following error when using with typescript
error TS2403: Subsequent variable declarations must have the same type. Variable 'swal' must be of type 'typeof import("/path-to/node_modules/sweetalert/typings/sweetalert")', but here has type 'SweetAlert'
The text was updated successfully, but these errors were encountered: