I am getting error in console “You need to enable JavaScript to run this app.” reactjs

前端 未结 8 553
北海茫月
北海茫月 2020-12-06 08:57

I am new to reactjs, I am working on a app. It was running fine, but when I\'ve run npm run build command, I am getting error "You need to enable JavaScript to run this

8条回答
  •  一整个雨季
    2020-12-06 09:35

    Also a react newbie, I hit this issue. Remembering to add ReactDOM.render(, document.getElementById("root")); fixed it for me.

提交回复
热议问题