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

jsx-no-undef undefined bug with deep object access #481

Closed
Kerumen opened this issue Mar 3, 2016 · 1 comment
Closed

jsx-no-undef undefined bug with deep object access #481

Kerumen opened this issue Mar 3, 2016 · 1 comment

Comments

@Kerumen
Copy link
Contributor

Kerumen commented Mar 3, 2016

Following #172, with this:

import List from './List';

const label = <List.Item.Label>Hello</List.Item.Label>

I have the error 'undefined' is not defined.

@yannickcr
Copy link
Member

Duplicate of #469, it was fixed in ebab180 but not published yet (it should be published during the week-end)

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

No branches or pull requests

2 participants