You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first issue is the Next/Image component requires the width and height properties.
2nd Issue
When clicking into a profile, Next/Image component requires that you define the hostname of a given src in the images.domains config in next.config.js, the problem with this is that if a user wants to use an image from an alternate source like their personal website, or twitter or FB, you would need to add that hostname into the config, so there is a huge restriction placed when using this component. https://nextjs.org/docs/messages/next-image-unconfigured-host
Describe the bug
1st Issue
The first issue is the Next/Image component requires the width and height properties.
![Screenshot 2022-08-15 214839](https://user-images.githubusercontent.com/4426088/184721724-09c70c01-45c5-4735-956d-0985e5ecaf97.jpg)
2nd Issue
When clicking into a profile, Next/Image component requires that you define the hostname of a given src in the
images.domains
config innext.config.js
, the problem with this is that if a user wants to use an image from an alternate source like their personal website, or twitter or FB, you would need to add that hostname into the config, so there is a huge restriction placed when using this component. https://nextjs.org/docs/messages/next-image-unconfigured-hosthttps://nextjs.org/docs/messages/next-image-unconfigured-host
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The page should load.
Proposed solution
Revert the element back to in conjunction with
element:
img
, there is a eslint warning which states to either use the next/image component or to usehttps://nextjs.org/docs/messages/no-img-element
The text was updated successfully, but these errors were encountered: