Next js <Image/> warning - If you use CSS to change the size of your image, also include the styles
I created issue on github with minimal example
Let's solve this issue there - https://github.com/vercel/next.js/issues/56025
GitHub
Image warning issue - If you use CSS to change the size of your ima...
Link to the code that reproduces this issue https://codesandbox.io/p/sandbox/wild-wave-v2gzz8 To Reproduce Paste this code in page.tsx <Image className="cursor-pointer max-h-[32px] w-auto h...
0 Replies