Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- JavaScript
- maeil-mail
- C++
- react-router
- redux-toolkit
- 알고리즘
- Python
- 코딩테스트합격자되기
- react
- react-redux
- 테코테코
- 매일메일
- 리액트
- Algorithm
- createSlice
- 프로그래머스
- 자바
- programmers
- Get
- SW
- sw expert academy
- 항해플러스
- java
- axios
- json-server
- redux
- 이코테
- 항해99
- useDispatch
- redux-saga
Archives
- Today
- Total
Binary Journey
[React][React-issue] Typo in static class property declaration react/no-typos 본문
Issue
[React][React-issue] Typo in static class property declaration react/no-typos
binaryJournalist 2020. 9. 28. 13:47반응형
리액트로 계산기 만드는 중에 에러가 났다.
* 리액트 공식 홈페이지에서 제공하는 계산기 예제 실습 중이었음
- 참고하고 있던 해당 사이트 두 곳
ko.reactjs.org/community/examples.html
github.com/ahfarmer/calculator
static 에서 오타 생겼다 해서 찾아보니
PropTypes을 대문자로 선언해서 그런 거였다.
현재 고친 상태
반응형