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)
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.