We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Did y'all consider doing this
var Checkbox = require('material-ui/Checkbox'); var EnhancedButton = require('material-ui/EnhancedButton');
instead of
var {Checkbox, EnhancedButton) = require('material-ui');
??
Seems that with this type of library you shouldn't be importing the pieces you don't need.
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Yep - totally agree. We're working on moving styles into the js and I imagine we'll be able to reorganize the files at the same time.
Successfully merging a pull request may close this issue.
Did y'all consider doing this
instead of
??
Seems that with this type of library you shouldn't be importing the pieces you don't need.
The text was updated successfully, but these errors were encountered: