반응형
요청 URI에 한글이 들어가서 그렇다. encodeURI로 감싸준다
const res = await axios.get(
encodeURI(
`http://alb-diaas-dev-1190.ap-northeast-2.elb.amazonaws.com:3000/왕십리`
)
);
반응형
'프론트엔드 웹 > React' 카테고리의 다른 글
Table Component Example (0) | 2022.03.24 |
---|---|
AutoComplete Search Example (0) | 2022.03.24 |
React 컴포넌트 외부 영역 클릭이벤트 감지 (0) | 2022.03.16 |
Styled-component로 React 버튼 눌렀을 때 효과주기 (0) | 2022.03.02 |
MUI AutoComplete 스크롤바 CSS (0) | 2022.03.02 |