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
fix: clear result when form client errors (#14337)
If a `fetch` fails because of a network error (e.g. no connection),
there will be no `response`. Instead, `fetch` will throw.
When this happens, we should still clear the result so it reflects this
(just like we do when `!response.ok`).
0 commit comments