Next/image component gives error "missing required "width" property." when running it with npm run dev – Reactjs
When i run my NextJS app using npm run dev the Image component gives the error "missing required "width" property" To make the app work, i need to set width and height as inline attributes for all Image components in…