320x100
MUI 컴포넌트에서 Failed props type: The prop xs of Grid can onpy be used together with the item prop 에러 발생
console에는 에러라고 하지만 사실상 경고문.
문장을 읽어보면 item props와 함께 사용 가능하다고 하는데, 간단하게 Grid props에 item을 설정해주면 된다.
<Grid item={true}>
반응형
'프로그래밍 > Javascript' 카테고리의 다른 글
[ReactJS] highlight.js 커스텀 language 추가 (0) | 2024.08.24 |
---|---|
[ReactJS] code highlight editor (feat. highlight.js) (0) | 2024.08.24 |
[Javascript] 2. Toast UI Grid 셀 합치기(+ header 합치기) (0) | 2024.03.19 |
[javascript] 1. Toast UI Grid 기초(+API 사용법) (0) | 2024.03.14 |
[JS] Drag&Drop 구현 예제(feat. SortableJS) (0) | 2024.02.02 |
댓글