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
The toasts I get appear for only a split second, then disappear.
This is my code below:
const msg1 =
'After approval of the delivery, the following materials will be released: \n\n- Editable files (show this one if applicable, because videos do not have an editable file)\n\n- High-quality files'
const msg2 = `Keep in mind that you have until ${lastApprovalDate} to approve the delivery or request a revision. After this date, the order will be finalized and marked as complete.`
toast(msg1, {
icon: '🛈',
duration: 2000
})
toast(msg2, {
icon: '🛈',
duration: 2000
})
Any idea why this is not working the way it's supposed to? The example on the guide website shows that my code is correct, but still this issue is coming up.
This is what I'm trying to achieve:
This is what I get:
The text was updated successfully, but these errors were encountered:
The toasts I get appear for only a split second, then disappear.
This is my code below:
Any idea why this is not working the way it's supposed to? The example on the guide website shows that my code is correct, but still this issue is coming up.
This is what I'm trying to achieve:
This is what I get:
The text was updated successfully, but these errors were encountered: