You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
JSX from the Core React Components class doesn't work, followed all the steps correctly. But the code with JSX doesn't work, I get the server running but only HTML is printed out. no CSS or logo etc is visible on the page.
I also got an error for index.html and it suggested to add type="module" to script tag
<script type="module" src="App.js"></script>
But doing that also it doesn't work
Update - looks like babel doesn't seem to be working in chrome on mac, as my code works in Safari but doesn't properly on chrome
The text was updated successfully, but these errors were encountered:
Hello
<script type="module" src="App.js"></script>JSX from the Core React Components class doesn't work, followed all the steps correctly. But the code with JSX doesn't work, I get the server running but only HTML is printed out. no CSS or logo etc is visible on the page.
I also got an error for index.html and it suggested to add type="module" to script tag
But doing that also it doesn't work
Update - looks like babel doesn't seem to be working in chrome on mac, as my code works in Safari but doesn't properly on chrome
The text was updated successfully, but these errors were encountered: