Results 15 issues of 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...

enhancement

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

enhancement
difficult

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...

enhancement
difficult

Implement [MDCGridList](https://github.com/material-components/material-components-web/tree/master/packages/mdc-grid-list) Component

new component

Implement [MDCSelect](https://github.com/material-components/material-components-web/tree/master/packages/mdc-select) Component

new component
difficult

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...

bug
normal

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

enhancement
difficult

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.

enhancement

Changelog file is missing. Considering using this: https://github.com/skywinder/github-changelog-generator

enhancement

Implement [MDCSnackbar](https://github.com/material-components/material-components-web/tree/master/packages/mdc-snackbar) Component

new component
difficult