-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lh 393 creating a image #8
Conversation
|
||
/** 이미지 설명을 추가합니다. */ | ||
alt: string; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
width, height만 삭제하는걸로 소통완료
<img | ||
ref={ref} | ||
src={src} | ||
alt={alt} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P4: type Props
부분과 동일하게 컴포넌트내의 props
랑 <img />
태그에도 정리가 되면 좋을 것 같습니당
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인완료 :)
<img | ||
src={ | ||
"data:image/gif;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mO8UA8AAiUBUcc3qzwAAAAASUVORK5CYII=" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P4: 로드시 노출되는 이미지에도 loading={lazy ? "lazy" : "eager"}
가 있는게 좋을까용?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋아요~! ✅
@@ -0,0 +1,2 @@ | |||
export { Image } from "./Image"; | |||
export type { ImageProps } from "./Image"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: 이 부분은 혹시 로컬에서 에러가 안나오는 상황일까용? ImageProps
는 Image.type에서 불러와야할 것 같습니다!
LH-393
LH-393
수정한 내용
추가적으로 알리고 싶은 내용