Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clientside JS errors don't appear to be shown. #89

Open
antony opened this issue Mar 5, 2016 · 1 comment
Open

Clientside JS errors don't appear to be shown. #89

antony opened this issue Mar 5, 2016 · 1 comment

Comments

@antony
Copy link

antony commented Mar 5, 2016

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.

@luandro
Copy link
Owner

luandro commented Mar 6, 2016

That really is a pain. But to be honest I'm not sure how to fix this. Any ideas? You could use something like Flow to do type checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@antony @luandro and others