zainfathoni opened this issue 3 years ago · 3 comments
Run this test
yarn test tentang-kami
And you'll see a lot of warnings due to the absence of width property in the next/image usages.
width
next/image
No warnings should be shown
Probably the simplest way of fixing this issue is by adding proper width props to the Image component. What do you think, @resir014 & @ekafyi?
Yes, Next's Image component is supposed to have a width prop, like in Home page banners.
Closed in #734.