TypeScript error - ts2322, Invalid hook call.

ts2322 Type '() => void' is not assignable to type 'null'.ts(2322)이렇게 하면 에러 발생이러면 해결...타입스크립트에서만 나는 에러다.. 꼭 타입 지정해주기!

2023년 2월 16일
·
0개의 댓글
·

Typescript Error - ts2339, ts2559, ts2741(+MutableRefObject) --react children

TypeScript Common Errors!codesandboxme-react-typescript-study-jumdgg?fontsize=14&hidenavigation=1&theme=darkerror TS2339: Property --- does not exist

2023년 2월 15일
·
0개의 댓글
·

typescript error - Cannot find module '<image>' or its corresponding type declarations.ts(2307)

리액트 프로젝트에서 이미지 첨부를 하려고 하니 타입스크립트 에러가 났다... src 경로에 있는 'custom.d.ts' 파일을 수정하니 해결 되었다. > 참고 Using images in React and TypeScript with Webpack 5

2023년 1월 30일
·
0개의 댓글
·
post-thumbnail

Error [ERR_REQUIRE_ESM]: Must use import to load ES Module

Error ERR_REQUIRE_ESM: Must use import to ...

2022년 10월 11일
·
0개의 댓글
·
post-thumbnail

typescript 설정

typescript 설정

2022년 10월 7일
·
0개의 댓글
·