rtk-incubator / rtk-query

Data fetching and caching addon for Redux Toolkit
https://redux-toolkit.js.org/rtk-query/overview
MIT License
626 stars 31 forks source link

Incorrect behavior when "Content-Type: application/json" and body is not an object #167

Closed gfortaine closed 3 years ago

gfortaine commented 3 years ago

It looks like that there is weird bug when we push a body that is not object with "Content-Type: application/json". And it seems that this is not the expected behavior : https://github.github.io/fetch/#request-body

A PR has been prepared : https://github.com/rtk-incubator/rtk-query/pull/168