Closed AnishDe12020 closed 2 years ago
The toast method was not imported but required for the toast.dismiss() function. I have updated the example code to import the method.
toast
toast.dismiss()
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Thanks!
The
toast
method was not imported but required for thetoast.dismiss()
function. I have updated the example code to import the method.