환경: react, styled-components ⚠️ 에러 상황 styled-components 에서 props 와 attributes 를 같이 쓰려고 해서 난 에러로 추정된다 > ### 💊 해결 boolean 값을 받아 props 로 바로 스타일 속성값을
환경: react, styled-components, jest컴포넌트 테스트를 하던 중 toHaveStyle() 을 사용하려고 하자 나타난 에러import 맨 하단에 import '@testing-library/jest-dom'; 작성

환경: react, styled-components, jest컴포넌트 테스트를 하던 중 toHaveStyle({color: 'gray'}) 로 스타일을 검증하려고 하자 나타난 에러styled-components 는 js in css 이기 때문에 document 에서 스

환경 : react폴더명 CenterManagement 를 centerManagement 로 변경하려고 하자 fatal: bad source 에러가 났다해당 폴더가 있는 상위 폴더로 가서 git mv 를 해도 변경이 되지 않았다원래 폴더명 수정은 git mv 로 수정해