Programming/Bug Zero
[React.JS] 'You need to enable JavaScript to run this app.' 문구가 Chrome Network창에서 지우기
hyeovi
2021. 4. 17. 21:02
728x90
반응형
index.html 파일 안에
<noscript>You need to enable JavaScript to run this app.</noscript>
문구가 들어가 있어서 보이는 것이다. 보기 싫다고 느껴진다면 index.html에서 지우면 된다.
반응형