react-shortcuts
react-shortcuts copied to clipboard
Update example, tests and dependecies for react 16 support
Hello.
I updated dependencies, example and tests for supporting new react 16.
What do you think about it?
I'm interested in getting rid of the yarn warnings about the peerDependency on react when using react v16. Is this PR still in the pipes?
@petrbrzek @dimapaloskin can we move this forward in order to officially support react 16?
The problem with this PR is that it is trying to do too much. The only thing that needs to change (to make end-users of this library happy) is to update package.json with
"peerDependencies": {
"react": ">=0.14.8",
"react-dom": ">=0.14.8"
}