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
- localhost연결안됨
- import에러
- Could not find a declaration file for module
- 단락평가
- static Generation
- nextjs
- 모듈을 찾을 수 없습니다
- 모듈이 아닙니다
- GIT
- rewrites
- localhost접속안됨
- shell명령어
- 초기화함수
- s not assignable to type
- try-except
- tsconfig.json
- 프로그래머스
- 쓰기용으로 열 수 없습니다
- 공식문서활용
- 파이썬
- 무료파이썬
- npm error!
- as연산자
- 버전 충돌
- 시멘틱 요소
- 문자열겹쳐쓰기
- 리스트
- 타입에러
- 깃헙 올리기
- python
Archives
- Today
- Total
목록error (1)
전진하는 개발러
에러 : ... is not assignable to type 'number' type '(name:string; data : number[] | undefined; )' is not assignanble to type 'number'.라는 에러가 떴다 문제 해결 : 결론부터 말하자면, 오류가 발생한 해당 코드의 변수는 number 타입이 아닐 확률이 높다! 내 경우에서는, 현재 해당 요소의 Type이 number여야하는 상황에서 number가 아닌 Type을 해당 요소로 가지는 상황에서 발생한 에러였다, ❇️전체코드 function Chart({ coinId }: ChartProps) { const { isLoading, data } = useQuery(["ohlcv", coinId], () => fe..
카테고리 없음
2023. 7. 14. 21:05