Skip to content

can there be better error handling? #50

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

Closed
applemate opened this issue Jan 29, 2017 · 1 comment
Closed

can there be better error handling? #50

applemate opened this issue Jan 29, 2017 · 1 comment

Comments

@applemate
Copy link

applemate commented Jan 29, 2017

I have jsx like this

<div styleName="home">
	<div styleName="header">
	</div>
</div>

if I have missing class .header in my stylesheet, I will will get very generic error. I have no idea that I'm missing .header. Is there way to specify which class is missing?

@gajus
Copy link
Owner

gajus commented Mar 4, 2017

Addressed in #56

@gajus gajus closed this as completed Mar 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants