-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
Describe the bug
I've noticed that the setData
method on V4 is not working as expected. When I inspect the browser, I am unable to see the payload request.
v3 works fine.
Thank you.
To Reproduce
Steps to reproduce the behavior:
- Go to https://stackblitz.com/edit/hyperfetch-nuxt-demo-xhr9qg?file=pages%2Findex.vue
- Click on the fetch button
- Inspect element -> go to Network tab -> select the "repositories" (404)
- No payload included
Expected behavior
Payload should be there no matter what the response status is.