We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resolveResponse
1 parent d8a031a commit c796132Copy full SHA for c796132
.changeset/eight-coats-brake.md
@@ -0,0 +1,9 @@
1
+---
2
+'@openapi-qraft/react': patch
3
4
+
5
+Ensure `resolveResponse` always **resolves** promises.
6
7
+This change modifies the `resolveResponse` function to always return a resolved Promise
8
+rather than rejecting when no `responsePromise` is provided. This brings the function's
9
+behavior in line with the `requestFn` pattern, ensuring consistent error handling.
0 commit comments