Intersecting imorts #534
|
Trying to reproduce examples from the material-ui documentation, I found an unpleasant thing. |
Replies: 2 comments
|
I hadn't considered this case. I think the way to resolve this is to perform a check that, if the import sources are different, that they have the same scope. In this case that would mean if the two import sources both come from |
I've created an Issue to track this: #535