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
Before posting an issue, read the FAQ and search the previous issues.
Description
When using the message helper to return an error with a status code of 400 and above, the $message store is set on the first submission. On subsequent submissions, the store is cleared but it is never set to the returned message value again.
Description
When using the
message
helper to return an error with a status code of 400 and above, the$message
store is set on the first submission. On subsequent submissions, the store is cleared but it is never set to the returned message value again.Repro here: https://www.sveltelab.dev/uvboaqr0th4q102. You can try submitting the form multiple times, and the message never reappears. Note that a 200 works fine.
The text was updated successfully, but these errors were encountered: