Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fakenickels committed Jan 14, 2020
1 parent 8c2f6a9 commit 240c4d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/persons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ npm start
```

Since `reason-apollo-hooks` uses `react` and `reason-react` as peer dependencies, you might end up with duplicated `react` packages in `node_modules` due to `yarn`/`npm` not being able to handle them properly while developing locally. This will cause a runtime error. To remove those packages, run `npm run dedupe:react`.

## Changelog
Check the releases page for releasing notes

0 comments on commit 240c4d1

Please sign in to comment.