We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
The url https://unpkg.com/sweetalert/dist/sweetalert.min.js, is unavalable.
So if you have this import in your code you will not be able to have the sweetalert.
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
For the users, my temporary advise is use the alternative official url: https://cdn.jsdelivr.net/npm/sweetalert The new import:
<script src="https://cdn.jsdelivr.net/npm/sweetalert"></script>
But will be important to solve the primary problem, as soon as you have the primary resource available please let us know. Thank you!
Have a nice day.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
The url https://unpkg.com/sweetalert/dist/sweetalert.min.js, is unavalable.
So if you have this import in your code you will not be able to have the sweetalert.
For the users, my temporary advise is use the alternative official url: https://cdn.jsdelivr.net/npm/sweetalert
The new import:
But will be important to solve the primary problem, as soon as you have the primary resource available please let us know. Thank you!
Have a nice day.
The text was updated successfully, but these errors were encountered: