-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid type definition for RetryInterceptor #122
Comments
I had the same issue so, I just edited the definition file myself. This isn't a lasting change but it will atleast let you build your project for now.
|
I did the something similar as a quick fix.
I would be happy to make the fix on the definition file and create a PR, but I'm not sure if it is being automatically generated. @EisenbergEffect If it is not auto-generated, please let me know and I will submit a PR. |
We recently switch this repo over to using TS as its source language. So, the d.ts file is now generated directly from TS. I think a PR directly to the |
there seems to be an error in the type definition of RetryInterceptor
aurelia-fetch-client 1.8.0
typescript 3.2.4
https://github.com/aurelia/fetch-client/blob/fa53ec779f2e0937129010e952c57568842bd46b/dist/aurelia-fetch-client.d.ts#L310`
The text was updated successfully, but these errors were encountered: