Merhaba arkadaşlar, Next 13 sürümünde.
Objectfit ve layout "fill" yazarken hata alıyorum. Bunu nasıl güncelleyebilirim?
Event compiled Client and server successfully in 210 ms (438 modules)
Image with src "/images/hero-bg.jpg" has legacy prop "objectfit". Did you forget to run the codemod?
Read more: `next/image` changed in version 13
Image with src "/images/o1.jpg" has legacy prop "objectfit". Did you forget to run the codemod?
Read more: `next/image` changed in version 13
Next.js Image komponenti için 13 sürümünden sonra objectFit prop u kaldırılmış. Sorun o değil ise komponenti çağırdığın kod satırını ekle yardımcı olmaya çalışayım.
Next.js ımage komponenti için 13 sürümünden sonra objectfit prop u kaldırılmış. Sorun o değil ise komponenti çağırdığın kod satırını ekle yardımcı olmaya çalışayım.
<div classname="relative h-Full W-Full">
<Image
src="/Images/hero-bg.jpg"
Alt=""
Layout="fill"
Objectfit="cover"
/>
</div>
Burada objectfit siliyorum yine ayni hata veriyor.