ZacharyStair

Results 3 issues of ZacharyStair

migrating carbon-components-react doc: https://github.com/IBM/carbon-components-react/blob/master/docs/migration/migrate-to-7.x.md maybe relevant carbon-components migration doc: https://github.com/IBM/carbon-components/blob/master/docs/migration/migrate-to-10.x.md

released on @next

componentWillUpdate() and componentWillReceiveProps() (and componentWillMount but I doubt that is being used) both are deprecated in the latest version of React and will be removed in React 17 https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path There...

## Detailed description >Describe in detail the issue you're having. Is this a feature request (new component, new icon), a bug, or a general issue? I'm implementing a grid of...

enhancement