This simple request:
const fetchClient = mande('/api/some-url');
await fetchClient.post({ priority: 99 });
Throw this error:

Reproduction: https://stackblitz.com/edit/vitejs-vite-rdwntz?file=src%2Fmain.js
Looks like the payload that's intended to be data is being passes to fetch directly/outside of a stringified JSON body.
This simple request:
Throw this error:

Reproduction: https://stackblitz.com/edit/vitejs-vite-rdwntz?file=src%2Fmain.js
Looks like the payload that's intended to be data is being passes to fetch directly/outside of a stringified JSON body.