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
Seems like `.refresh()` returns a Promise and if you are not awaiting it the single-flight mutation does not work. Adding the await makes it work so might just be a typo in docs.
0 commit comments