[plant-gallery] mongodb 연결시 타입에러

김남경·2023년 6월 1일
0

project

목록 보기
23/36

Type 'string | undefined' is not assignable to type 'string'.

url의 type이 undefined로 될 경우를 대비하여 예외처리를 해준다

Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.ts

글로벌 변수에 타입을 추가해야 되는 경우로 globalThis의 타입으로 추가하면 된다

참고

Next.js with-mongodb convert to TypeScript
mongodb#MongoClientOptions TypeScript Examples

profile
기본에 충실하며 앞으로 발전하는

0개의 댓글