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
I've just started using this project as I try to get up to speed on React.
What i've noticed (since I'm making a lot of errors), is that if I mess up certain things in /src/components, I am not notified anywhere about the cause or even that there is an error.
For instance I imported a library incorrectly, using import xyz from ... rather than import default - I see that in the console, but if I have a method with some invalid syntax, I don't see it.
I would expect the console to show a compile error as I believe the scripts are being run through babel which would catch it.
This seems like a bug. It's making progress very difficult.
The text was updated successfully, but these errors were encountered:
Hi,
I've just started using this project as I try to get up to speed on React.
What i've noticed (since I'm making a lot of errors), is that if I mess up certain things in
/src/components
, I am not notified anywhere about the cause or even that there is an error.For instance I imported a library incorrectly, using import xyz from ... rather than import default - I see that in the console, but if I have a method with some invalid syntax, I don't see it.
I would expect the console to show a compile error as I believe the scripts are being run through babel which would catch it.
This seems like a bug. It's making progress very difficult.
The text was updated successfully, but these errors were encountered: