dukDukz
[recharts] label is not showing 본문
https://stackoverflow.com/questions/55722306/label-list-is-not-showing-in-recharts
그래서
isAnimationActive={false}
이렇게 해줬는데
Warning: Received NaN for the `width` attribute. If this is expected, cast the value to a string.
이런 에러가 났다.
찾아보니 props 로 받아오는 것의 데이터가 없으면 이런 에러가 뜰 수 있다고 한다.
props의 값이 없는 경우에는 초기값을 갖게 처리해주었다.
'웹 개발 > React' 카테고리의 다른 글
[React Error] Text nodes / Whitespace cannot appear as a child of <tbody>. (0) | 2022.09.13 |
---|---|
[React] moment.js 실시간 표시 하기 (0) | 2022.09.13 |
CRA 로 만들었을때 html 에 환경변수 넣는법 (0) | 2022.07.11 |
localStorage 에 저장 후 새로고침 하기 (0) | 2022.07.08 |
isFetching ++ refetch 시 로딩 처리 (0) | 2022.06.15 |