You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
When trying to use this lib, It seems that the type of error is undefined.
When using it:
I found a solution with the following patch:
Note that I updated
Error extends FilterKeys<ErrorResponse<ResponseObjectMap<Req>>
to simply useError extends ErrorResponse<ResponseObjectMap<Req>>
I made a minimal reproduction repository brunolca/reproduction-swr-openapi-error-type and the same example with the patch applied brunolca/reproduction-swr-openapi-error-type#1
Packages versions i used:
The text was updated successfully, but these errors were encountered: