본문 바로가기
React

[React] Typo in static class property declaration react/no-typos

by Minius 2020. 7. 9.
반응형
MyComponent.PropTypes = {
    name: PropTypes.string
}

타입 검사를 할 때 나는 에러,

 

MyComponent.propTypes 라고 소문자로 바꿔주어야 정상적으로 작동한다.

'React' 카테고리의 다른 글

[REACT] 불변성의 중요성  (0) 2020.07.26
[React] 라이프 사이클 메서드  (0) 2020.07.12
React native 상단바 겹침  (0) 2020.02.04
[REACT] react-router-dom / react router  (0) 2020.01.09
[REACT] SPA / Single Page Application  (0) 2020.01.07

댓글