잡히지 않은 타입에러 : 함수를 반복할 수 없습니다. ( 속성 기호( 기호.반복자 )를 읽을 수 없음 )
찬찬히 보니까 함수 뒤에 실행할때 붙이는 소괄호를 까먹었다.
const [web3,account] = useWeb3;
소괄호 붙이니 함수가 문제없이 실행되면서 문제해결
const [web3,account] = useWeb3();
'프로그래밍 > react' 카테고리의 다른 글
React-Slick로 회전메뉴(Carousel/캐러셀 사용하기) (0) | 2022.11.09 |
---|---|
Expected an assignment or function call and instead saw an expression (0) | 2022.10.31 |
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'call') at Hmac.CipherBase (0) | 2022.10.26 |
리액트로 동적라우팅 구현하기 (0) | 2022.10.24 |
a태그 대신 react-router-dom으로 링크 연결하기 (0) | 2022.10.22 |
댓글