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
When user the http-transport library, we are getting an error says Property 'retry' does not exist on type 'HttpTransportClient<Context>' to to the fact the the type declaration is assume that the method name is client.retries() instead of client.retry()
The text was updated successfully, but these errors were encountered:
yusuf963
changed the title
Type
client.retry() method is not typed correctly in the declaration file
Nov 20, 2023
When user the http-transport library, we are getting an error says
Property 'retry' does not exist on type 'HttpTransportClient<Context>'
to to the fact the the type declaration is assume that the method name is client.retries() instead of client.retry()The text was updated successfully, but these errors were encountered: