Selva

Results 6 issues of Selva

Fixes #58 ```bash npx react-codemod rename-unsafe-lifecycles ``` - [x] run the codemod - [ ] add react & react-dom as peer dep ```json peerDependencies: { "react": ">=16.3.0", "react-dom": ">=16.3.0" }...

Need to allow only render props on all *Component api eg., ```jsx selectedComponent={blah} selectedComponent={} ``` will become ```jsx selectedComponent={(props) => ( blah )} selectedComponent={(props) => ( )} ```

## Problem We've quite a few problems with the current implementation of RPS 1. Currently, disabling a particular option is done via `disabled` flag in the option. But, what if...

- [ ] Support for scss & less variables - [ ] >95% code coverage - [ ] Docs Revamp with more composite examples ( like github assign dropdowns, autocomplete...

https://github.com/selvagsz/react-power-select/blob/master/src/Options.js#L61

This package is pretty much stable, so let's just go for the 1.0 - [ ] Bump react & enzyme versions - [ ] Aim for 100% coverage - [...