Skip to content

Add useAsync hook to leverage new Hooks proposal #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Dec 30, 2018
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix conflict.
  • Loading branch information
ghengeveld committed Dec 30, 2018
commit a1ffcb7bbe6be4191ae38232021fbbc36e2f658f
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,11 @@
"eslint-plugin-react": "7.12.0",
"jest": "23.6.0",
"jest-dom": "2.1.0",
<<<<<<< HEAD
"react": "16.7.0-alpha.0",
"react-dom": "16.7.0-alpha.0",
"react-testing-library": "5.3.1",
"rimraf": "2.6.2"
=======
"prettier": "1.15.3",
"react": "16.6.3",
"react-dom": "16.6.3",
"react-testing-library": "5.2.3"
>>>>>>> master
"react-testing-library": "5.4.2",
"rimraf": "2.6.2"
},
"jest": {
"coverageDirectory": "./coverage/",
Expand Down