[Fix] 문답, 문답 상세화면 유저 이미지 없어지는 오류 수정 #125
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업한 내용
오류 사유
LazyColumn
을 사용할 때.blur()
사용시rememberGraphicsLayer
가 상위 컴포저블에 위치해있어야 함.LazyColumn
의 item에rememberGraphicsLayer
가 배치되었을 경우 일관되지 않는 렌더링을 하기 때문에 item 변경시 오류를 발생함.