Skip to content

Commit

Permalink
docs: fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jun 24, 2022
1 parent 3ebf0d4 commit 5b690c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Enjoy this library? Try the entire [TanStack](https://tanstack.com)! [React Tabl

Still on **React Query v2**? No problem! Check out the v2 docs here: https://react-query-v2.tanstack.com/. <br />
Would you like to try **React Query v4beta**? Check out the v4 beta docs here: https://react-query-beta.tanstack.com/.

## Quick Features

- Transport/protocol/backend agnostic data fetching (REST, GraphQL, promises, whatever!)
Expand Down Expand Up @@ -94,4 +95,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

<!-- Force 3 -->
<!-- Use the force, Luke -->
2 changes: 1 addition & 1 deletion docs/src/pages/examples/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc: false
- [View Source](https://github.com/tannerlinsley/react-query/tree/main/examples/basic)

<iframe
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/master/examples/basic?autoresize=1&fontsize=14&theme=dark"
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/main/examples/basic?autoresize=1&fontsize=14&theme=dark"
title="tannerlinsley/react-query: basic"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
style={{
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/examples/custom-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc: false
- [View Source](https://github.com/tannerlinsley/react-query/tree/main/examples/custom-hooks)

<iframe
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/master/examples/custom-hooks?autoresize=1&fontsize=14&theme=dark"
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/main/examples/custom-hooks?autoresize=1&fontsize=14&theme=dark"
title="tannerlinsley/react-query: custom-hooks"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
style={{
Expand Down

0 comments on commit 5b690c0

Please sign in to comment.