Type of createUploadLink options.uri is incorrect
floriancargoet opened this issue · 3 comments
floriancargoet commented
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
.
jaydenseric commented
Working on the fix…
jaydenseric commented
Thanks @floriancargoet for the report; the fix has been published in v18.0.1 🚀
floriancargoet commented
Great! Thanks