sanity-io / image-url

Tools to generate image urls from Sanity content
https://www.sanity.io/docs/presenting-images#mY9Be3Ph
MIT License
67 stars 23 forks source link

Type error on imageUrlBuilder #47

Closed raulp25 closed 4 months ago

raulp25 commented 2 years ago

This issue was already stated in 2020 by @pedroapfilho [sanity-io/sanity/issues/1803]

When creating the sanityClient and using ImageBuilder(config) it gives a warn about an error concerning type SanityProjectDetails.

This issue was simply solved by applying / @ts-ignore / over that expression. I would suggest just to take care of this issue if possible lol.- Thanks.

by running sanity versions: 
@sanity/cli        2.35.0 (up to date)
@sanity/image-url   1.0.1 (up to date)

next171

next170