인프런 커뮤니티 질문&답변
에러질문
작성
·
381
1
Warning: Prop `className` did not match. Server: "ant-input-search sc-fzpans khjXwE ant-input-search-enter-button ant-input-group-wrapper" Client: "ant-input-search sc-AxiKw ljUZQI ant-input-search-enter-button ant-input-group-wrapper"
<LoginForm setIsLoggedIn={setIsLoggedIn} />
이렇게 주게 되면 저런 오류가 발생합니다.
구글링 해보니 next와 styled-components를 같이 이용할때 개발 모드일때만 발생하고 프로덕션일때는 발생하지 않는다고 합니다.
무시해도 상관없을까요?




