InvokeAI/invokeai/frontend/web/patches
psychedelicious 8e724b5abe fix(ui): fix image upload
`openapi-fetch` does not handle non-JSON `body`s, always stringifying them, and sets the `content-type` to `application/json`.

The patch here does two things:
- Do not stringify `body` if it is one of the types that should not be stringified (https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#body)
- Do not add `content-type: application/json` unless it really is stringified JSON.

Upstream issue: https://github.com/drwpow/openapi-typescript/issues/1123

I'm not a bit lost on fixing the types and adding tests, so not raising a PR upstream.
2023-06-24 17:57:39 +10:00
..
@chakra-ui+cli+2.4.0.patch chore(ui): upgrade all packages 2023-04-28 21:56:43 +10:00
openapi-fetch+0.4.0.patch fix(ui): fix image upload 2023-06-24 17:57:39 +10:00