728x90
반응형
에러 : Property 'id' does not exist on type 'never'.
해결 방법 : useState 뒤에 <any []> 붙여주기
const [pokemons, setPokemons] = useState<any[]>([]);
728x90
'Frontend > React' 카테고리의 다른 글
[Redux] 리덕스 기본 개념 2 (2) | 2022.12.24 |
---|---|
[React][Error] useQuery 에러 발생 : Query data cannot be undefined (0) | 2022.12.23 |
[Redux] 리덕스 기본 개념 (2) | 2022.12.20 |
[React] Axios 라이브러리 (0) | 2022.12.17 |
[React] 라우팅, CSR 개념 (0) | 2022.12.13 |