프로그래밍/Javascript

[React] MUI: Warning Failed props type error

Beginner:) 2024. 10. 7.
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}>

 

반응형

댓글