jaydenseric/apollo-upload-client

Type of createUploadLink options.uri is incorrect

floriancargoet opened this issue · 3 comments

The latest version of this package declares options.uri as a string but it previously accepted a function.
Since createUploadLink() simply passes uri to Apollo's selectURI(), I think the type should be as before: string | UriFunction.

Working on the fix…

Thanks @floriancargoet for the report; the fix has been published in v18.0.1 🚀

Great! Thanks