role과 aria-label을 지정해주면 warning표시 없이 이모지를 사용할 수 있습니다.
<span role="img" aria-label="writing hand">✍</span>
'STUDY > React' 카테고리의 다른 글
React | React 간단 개념정리 (0) | 2020.08.26 |
---|---|
React | Hooks로 Life Cycle API 구현하기 (0) | 2020.04.16 |
React | 로그인 정보 없을 경우 로그인 페이지로 redirect하기 ( react-router, PrivateRoute, 로그인 권한 ) (6) | 2020.03.30 |
React | React-Redux 비동기 통신(fetch / redux-thunk) (0) | 2020.03.19 |
React | socket.io를 활용한 채팅 (+ Node.js, redux) (6) | 2020.03.18 |