개발프레임워크 : next.jsv+ TS 에러를 미리 작성해놓고 적용하지 않았을 때 등장했다. 이외에도 선언만 하고 사용, 호출하지 않은 변수나 함수들도 no-unused-vars 규칙에 걸리게 된다.
prettier SyntaxError: ';' expected.
Unexpected any. Specify a different type. eslint.eslintrc.json의 rules에 "@typescript-eslint/no-explicit-any": "off "추가
Warning: Extra attributes from the server: cz-shortcut-listen1\. 크롬 확장프로그램 비활성화업로드중..나는 이걸 비활성화 했더니 해결되었다.2\. Prevent hydrationAdd suppressHydrationWa
Internal error: Error: Objects are not valid as a React child (found: object with keys {...}). If you meant to render a collection of children, use an
next-auth로 로그인을 구현하던 중 발생한 에러Type 'unknown' is not assignable to type 'IsignIn' TypeScript가 executeQuery 함수가 반환하는 값의 타입을 IsignUp으로 올바르게 판단하지 못했다. Type
const sql = select email, password from bridge.user where email = ${body.username}을 const sql = select email, password from bridge.user where email =
복호화 에러 stack: 'JWEDecryptionFailed: decryption operation failed'