반응형
Notice
Recent Posts
Recent Comments
Link
안 쓰던 블로그
Typo in static class property declaration react/no-typos 에러 해결 방법 본문
반응형
Typo in static class property declaration react/no-typos 에러
static propTypes={
name: PropTypes.string,
age: PropTypes.number.isRequired
}
static propTypes
name: PropTypes
대소문자를 확인한다
반응형
'Web > React' 카테고리의 다른 글
React-ref (DOM에 이름 달기) (0) | 2020.07.07 |
---|---|
React-이벤트 핸들링(onChange, onClick, input 여러 개, onKeyPress) (0) | 2020.07.06 |
React-컴포넌트(컴포넌트 생성, props, state) (0) | 2020.07.06 |
React-App.js 코드 살펴보기, JSX (0) | 2020.07.06 |
React-리액트 기본 개념, 기본 프로젝트 생성 (0) | 2020.07.06 |
Comments