-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix fetchError persisting across different fetchers (#2653)
* fix: fix fetchError persisting across different fetchers * Update packages/graphiql-react/src/schema.tsx Co-authored-by: Thomas Heyenbrock <[email protected]> * review comments and added a changeset Co-authored-by: Thomas Heyenbrock <[email protected]>
- Loading branch information
1 parent
ad9488f
commit 39b4668
Showing
3 changed files
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'graphiql': patch | ||
'@graphiql/react': patch | ||
--- | ||
|
||
Fix `fetchError` not being cleared when a new `fetcher` is used |
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