Could you please add onError for the `<Img` component on the same way as it done for [the next image](https://nextjs.org/docs/pages/api-reference/components/image#onerror) ``` <Img {...otherProps} onError={(e) => console.error(e.target.id)} /> ``` It will give a cool feature to show the placeholder image instead of broken image.