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
- react
- java
- 항해99
- 항해플러스
- SW
- Get
- 프로그래머스
- Python
- useDispatch
- axios
- json-server
- createSlice
- react-redux
- 이코테
- redux
- Algorithm
- redux-saga
- maeil-mail
- JavaScript
- 테코테코
- 코딩테스트합격자되기
- sw expert academy
- redux-toolkit
- 리액트
- 알고리즘
- 매일메일
- C++
- 자바
- react-router
- programmers
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을 대문자로 선언해서 그런 거였다.
현재 고친 상태
반응형