👁 Error 사진

-

👀 Error 이름

global is not defined error

🫀 Error 원인

잘 모르겠다

⚡️ Error 해결방법

index.html에 이것을 추가

<script>
  const global = globalThis;
</script>

+ Recent posts