728x90 반응형 에러2 [FrontEnd/Emotion] emotion error next-dev.js?566e:24 Warning: Received `false` for a non-boolean attribute `visibility`. 1. Emotion의 props 이름에 따른 에러 next-dev.js?566e:24 Warning: Received `false` for a non-boolean attribute `visibility`. If you want to write it to the DOM, pass a string instead: visibility="false" or visibility={value.toString()}. If you used to conditionally omit it with visibility={condition && value}, pass visibility={condition ? value : undefined} instead. 다음과 같은 에러가 발생하여 무슨 원인인지 찾아보다가 티스토리 블로그.. 에러관련 2022. 9. 17. [TS]타입스크립트 react props intrinsic attributes 오류 React에서 나는 이 오류가 리스트를 자식 component에게 주입하려고 할 때 발생했다. 내가 구성한 component 부모 - 자식 구조는 다음과 같다. 부모 - memoList -> contens -> contenItem - 자식 다음은 내가 최상위 component memoList에서 자식 컴포넌트로 내려보내려고 한 리스트이다. 여기는 memoList의 자식 컴포넌트 contents에서 contentList를 구조 분해 할당 문법을 사용하여 받으려고 하니 발생한 react props intrinsic attributes 오류이다. 리액트에서 props는 한 객체로 내려가게 되는데 이 props객체를 구조분해하여 할당하려고하니 다음과 같은 오류가 났다. 그래서 다음과 같이 타입을 정의해주니 오류.. front-end/JavaScript, TypeScript 2022. 3. 26. 이전 1 다음 728x90 반응형