sm-ji.log
로그인
sm-ji.log
로그인
[JS] (err) TypeError: a.Jf is not a function.
지미미
·
2023년 5월 31일
팔로우
0
0
JavaScript 오류 정리
목록 보기
24/31
TypeError: a.Jf is not a function.
오류 발생
var map = new kakao.maps.Map(mapContainer, mapOption);
위의 map을 전역변수로 처리하지 않았더니..?
원인
map을 찾아올 수 없음.
조치
함수 밖에서 별도로 선언하거나, var 없이 선언.
<
br
/>
참고문서
https://jiineeee.tistory.com/56
지미미
블루라이트로 광합성 하는 새럼
팔로우
이전 포스트
[JS] (err) Uncaught TypeError: Failed to construct 'XMLHttpRequest': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
다음 포스트
[JS] (err) Uncaught TypeError: Failed to construct 'FormData': parameter 1 is not of type 'HTMLFormElement'.
0개의 댓글
댓글 작성