This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored internal implementations to drive HOCs by Components inste…
…ad of separate components * initial bulk work on merging implementations * all tests passing execept subscriptions and query recycler * clean up files * clean up files bug introduced rerender bug * removed old dead code * updated changelog * move to using npm over yarn * sideEffects false for webpack shake * remove yarn cache * fix preact tests * updates from Dirk's review 🎉 * Add failing test for unmount component error * Fix typo * handle error phase * remove extra package-lock for right now * clean up boolean check in subscription hoc * clean up boolean check in query-hoc * clean up tslint errors
- Loading branch information
James Baxley
authored
Feb 26, 2018
1 parent
d57f252
commit ed75b71
Showing
31 changed files
with
9,604 additions
and
6,366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,6 @@ language: node_js | |
node_js: | ||
- "8" | ||
|
||
cache: yarn | ||
|
||
script: | ||
- npm run danger | ||
- npm test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
ed75b71
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This broke https://www.apollographql.com/docs/react/basics/queries.html#graphql-config-options-context