Open mxstbr opened 7 years ago
Oups, sorry I have missed that issue.
My only concern with named import is with build size. Available tree shaking solutions have proven to be unreliable, e.g. those two issues linked in that comment: https://github.com/callemall/material-ui/pull/5545#issuecomment-260111140:
Instead of recommending people to import from
/lib/x
, why not export the modules?