skip to Main Content

React Toast When navigate – Javascript

try{ const user = await createUserWithEmailAndPassword(auth, email, password) console.log(user); navigate('/login'); toast.success('Registered Successfully'); } catch(error){ console.log(error); } I'm trying to display toast message after navigates to login page. But I didn't getting any toast notification after redirecting to login page. Plase…

VIEW QUESTION
Back To Top
Search