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 am using Sweetalert2 successfully and everthing works as expected. However, after installing:
npm install --save sweetalert2 @sweetalert2/theme-material-ui
I get nothing to run. Including:
link rel="stylesheet" href="@sweetalert2/theme-material-ui/material-ui.css"
does nothing.
How to get this properly working?
I dont use scss. Importing:
import Swal from 'sweetalert2/dist/sweetalert2';
also doesnt help.
Thanks in advance
The text was updated successfully, but these errors were encountered:
The devs might've forgot about the issues tab. They updated swal about 2 months ago, but no response.
I have the same issue btw.
I hope it's not time to swap to something else, tbh.. I like swal, don't really want to change from it.
I am using Sweetalert2 successfully and everthing works as expected. However, after installing:
npm install --save sweetalert2 @sweetalert2/theme-material-ui
I get nothing to run. Including:
link rel="stylesheet" href="@sweetalert2/theme-material-ui/material-ui.css"
does nothing.
How to get this properly working?
I dont use scss. Importing:
import Swal from 'sweetalert2/dist/sweetalert2';
also doesnt help.
Thanks in advance
The text was updated successfully, but these errors were encountered: