Choi Geonu
Choi Geonu
Robe checks the initialization of subprocess with text of subprocess' `stdout`. It checks the existence of word that ends with `"Error"`. But some projects print initial message (before the robe...
Unit tests are needed. We have to test * DOM generation * Foundation integration using mock foundation I'm planning to use [Jest](https://facebook.github.io/jest/) for unit testing
We are using lerna for managing packages under `@react-mdc`. When we try to use `tsc --watch` for each packages, they start processes separately for all packages. So, at the beginning...
Implement [MDCGridList](https://github.com/material-components/material-components-web/tree/master/packages/mdc-grid-list) Component
Implement [MDCSelect](https://github.com/material-components/material-components-web/tree/master/packages/mdc-select) Component
We always use `adapter`for name of adapter context. It can occur conflict of adapter when nesting different`@react-material` components. ``` Javascript ... {/* This Input component will receive checkbox's adapter from...
We don't support help text of textfield yet. Should add this See https://github.com/Hardtack/react-material-components-web/issues/4#issuecomment-279457032 for more details
Foundation was add to MDCFormField component since this commit (https://github.com/material-components/material-components-web/commit/c4411578d775da17c2c97d416863e5825cceb34d) It seems to be published in next release. We should implement react adapter.
Changelog file is missing. Considering using this: https://github.com/skywinder/github-changelog-generator
Implement [MDCSnackbar](https://github.com/material-components/material-components-web/tree/master/packages/mdc-snackbar) Component