Skip to content
Advertisement

The provided ‘src’ attribute is an unsupported type ImageUrlBuilder

I am using Sanity image url in my project and I am getting this error in my console page that says

img of error

This error pops up when ever I use the testimonial component in the react app> I am trying to make a portfolio but do not know how to fix this. I have ImageUrlBuilder worked fine in other components but it’s giving an error with this one.

JavaScript

Advertisement

Answer

Did you read the docs?

urlFor(testimonials[currentIndex].imgurl).url()

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement