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 | 29 | 30 |
Tags
- redux
- json-server
- C++
- programmers
- 테코테코
- 코딩테스트합격자되기
- 프로그래머스
- 항해플러스
- Get
- createSlice
- 이코테
- react-redux
- maeil-mail
- JavaScript
- Python
- axios
- 자바
- 리액트
- redux-toolkit
- react
- react-router
- 매일메일
- 알고리즘
- SW
- java
- 항해99
- redux-saga
- sw expert academy
- Algorithm
- useDispatch
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
Example Projects – React
A JavaScript library for building user interfaces
ko.reactjs.org
github.com/ahfarmer/calculator
ahfarmer/calculator
Simple calculator built with React. Contribute to ahfarmer/calculator development by creating an account on GitHub.
github.com
static 에서 오타 생겼다 해서 찾아보니
PropTypes을 대문자로 선언해서 그런 거였다.
현재 고친 상태
반응형