[React] External component를 StyledComponent로 감쌌을 때 ‘Warning: Unknown props’ 워닝 해결
Problem 에러가 났을 때 빨간 글자색을 보여주기 위해 StyledComponent에 hasError 프로퍼티를 넘기고 <StyledField hasError={hasError} /> 이를 스타일링만 하기 위해 StyledComponent에서만 받아 썼더니 const StyledField = styled(Field)` color: ${({...