-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add devtools plugin by default
BREAKING CHANGE: Make graphql a peerDependency
- Loading branch information
1 parent
98e9024
commit f91541a
Showing
7 changed files
with
4,702 additions
and
3,494 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
15 changes: 15 additions & 0 deletions
15
...mponents/gql-query/__tests__/__snapshots__/request-policy/renders.expected/loading.3.html
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<div> | ||
<span> | ||
Stale | ||
</span> | ||
<span> | ||
Hello John! | ||
</span> | ||
<button> | ||
Toggle | ||
</button> | ||
</div> | ||
<div | ||
id="GENERATED-0" | ||
style="display:none" | ||
/> |
12 changes: 12 additions & 0 deletions
12
...mponents/gql-query/__tests__/__snapshots__/request-policy/renders.expected/loading.4.html
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div> | ||
<span> | ||
Hello John! | ||
</span> | ||
<button> | ||
Toggle | ||
</button> | ||
</div> | ||
<div | ||
id="GENERATED-0" | ||
style="display:none" | ||
/> |
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