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
Expected behavior
In Chrome all responses seem to tie up with the outbound requests/responses. Also tested using just fetch() instead of useFetch and it seems to behave in both Safari and Chrome.
The text was updated successfully, but these errors were encountered:
Describe the bug

Response objects seem to be getting mixed up and duplicates are showing, only seems to effect Safari (tested on 13.1.1).
https://codesandbox.io/s/dark-voice-qkjqp
To Reproduce
As seen above in the CodeSandbox
Expected behavior

In Chrome all responses seem to tie up with the outbound requests/responses. Also tested using just
fetch()
instead ofuseFetch
and it seems to behave in both Safari and Chrome.The text was updated successfully, but these errors were encountered: