본문 바로가기
Framework/React

Warning Received 'true' for non-boolean attribute

by pcm9881 2023. 9. 1.
react-dom.development.js:84 Warning: Received `true` for a non-boolean attribute `{속성이름}`.

If you want to write it to the DOM, pass a string instead: {속성이름}="true" or {속성이름}={value.toString()}.

style-componets에서 속성에 맞지 않는 값을 넣으면 나타나는 경고 문구입니다. 

 

 

올바른 속성 값을 넣으면 더이상  표기안되는 걸 확인하실 수 있습니다.

728x90

댓글