Reactjs – Toast notification not triggering in Next.js contact form despite successful route and form submission
I'm working on a contact form in Next.js with server-side email functionality. The form submission is working correctly, and the email is sent successfully (verified via the network and console logs). However, the toast notification (using useToast) doesn't appear on…