👁 Error 사진
-
👀 Error 이름
global is not defined error
🫀 Error 원인
잘 모르겠다
⚡️ Error 해결방법
index.html에 이것을 추가
<script>
const global = globalThis;
</script>
'Error > React' 카테고리의 다른 글
promiss { <pending> } 객체의 값 가져오는 법 (0) | 2022.10.10 |
---|---|
React Uncaught TypeError: Cannot read properties of undefined (0) | 2022.06.26 |
React map()함수 사용할 때 겪는 error 모음 (0) | 2022.06.19 |