리액트 에러 리스트 및 검토
**에러 검토** (1) react-dom.development.js:88 Warning: Received `false` for a non-boolean attribute `transform`. If you want to write it to the DOM, pass a string instead: transform="false" or transform={value.toString()}. If you used to conditionally omit it with transform={condition && value}, pass transform={condition ? value : undefined} instead. --> 예를들어 div태그의 표준속성은 (class 등) boolean값으로 들어가면 안..
CODING/React.js
2022. 12. 26. 16:22