Error/React

global is not defined error

conqueror-G 2022. 10. 10. 17:03

👁 Error 사진

-

👀 Error 이름

global is not defined error

🫀 Error 원인

잘 모르겠다

⚡️ Error 해결방법

index.html에 이것을 추가

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