Skip to content

Commit

Permalink
fix: 사용자 사진 업로드 시 미리보기가 안 바뀌는 문제 (#390)
Browse files Browse the repository at this point in the history
* feat: url이 피움 static인지 확인하는 유틸 함수

* fix: src를 바꿔도 이미지가 변하지 않는 현상

- 맨 처음 주어진 src로 ref 안에 배열을 가두어 새로운 src가 주어져도 사진이 변하지 않음
- setErrorImage 자체는 일종의 비제어 컴포넌트처럼 동작, ref를 이용할 이유 X

* refactor: useFileUpload 호출마다 새 url 생성 방지

* test: msw mock data image url 변경

피움 static 서버에서 받아오도록 수정
  • Loading branch information
WaiNaat authored and Choi-JJunho committed Oct 20, 2023
1 parent e55aaef commit d9a5030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/@common/Image/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { forwardRef, useRef } from 'react';
import { forwardRef } from 'react';
import type { StyledImageProps } from './Image.style';
import { StyledImage } from './Image.style';
import { getResizedImageUrl, isServerStaticData } from 'utils/image';
Expand Down

0 comments on commit d9a5030

Please sign in to comment.