I am working on showing alert message using sweetalert2 in my remix shopify app but it didn't work #9499
Unanswered
pranto-rayple
asked this question in
Q&A
Replies: 1 comment
-
Probably you forgot to import the css in the root @pranto-rayple |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i install the package using 'npm install sweetalert2
'
here is my code.
Swal.fire( 'Profile updated Successfully', '', 'success' );
the message is showing as simple text bottom of the page
Beta Was this translation helpful? Give feedback.
All reactions