Toast error notification still on sign up form after returning from another page
When I have signed up failed, then I moved to the another page, the error toast appeared one more time despite the form has been cleared. For example, if i have signed up failed, then i return back to the login form on another page, then came back again to my signup form, it pops up the error toast immediately despite i have set the signup form clearly. I have try to fix but it doesn’t work properly.
Toasts Notification on Redux-Saga Login and SignUp Form Handling
When i have failed to sign up on the signup form page, then i return back to the login form page, on the login form, I have a link “Sign Up?” which redirects again to the sign up form page, when I clicked at the link to get back to the signup home page which I have signed up failed, the error toasts notification still appears, despite the form was clear.
Signup Form Handling using Redux-Saga
I’m trying to make the errors appeared on the console, at the moment, when i have successfully registered, the console logs all the information of username, email, password and confirmpassword and announced “Signup successfully!”, but when i’ve registered failed, the console did not log the errors.
How to stop saga after specified amount of action calls?
I have a case that I have to call n sagas:
Redux-saga -> How to stop saga after specified amount of action calls?
I have a case that I have to call n sagas: