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
I have a strange behavior maybe someone can help.
Currently I have a router component, that is loading all pages.
On the StartPage I have a form that can POST some entries.
Now, if I made an POST request and switched from '/start' to '/feed' and back to '/start' the POST request is send a second time.
@ntilwalli It sounds like the same issue, I tried your hack and it worked, but I have to test my app more to be sure that there are no other side effects.
I have a strange behavior maybe someone can help.
Currently I have a router component, that is loading all pages.
On the StartPage I have a form that can POST some entries.
Now, if I made an POST request and switched from '/start' to '/feed' and back to '/start' the POST request is send a second time.
On the StartPage I have a intent that is listen to a HTTP stream.
And if the response is successfull I show a message.
The request is send by Startpage itself but only if the submit button was clicked.
Now if I remove the "Intent" the behavior disapears.
The text was updated successfully, but these errors were encountered: