Skip to content

Commit 5b690c0

Browse files
committed
docs: fix examples
1 parent 3ebf0d4 commit 5b690c0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Enjoy this library? Try the entire [TanStack](https://tanstack.com)! [React Tabl
3232

3333
Still on **React Query v2**? No problem! Check out the v2 docs here: https://react-query-v2.tanstack.com/. <br />
3434
Would you like to try **React Query v4beta**? Check out the v4 beta docs here: https://react-query-beta.tanstack.com/.
35+
3536
## Quick Features
3637

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

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

97-
<!-- Force 3 -->
98+
<!-- Use the force, Luke -->

docs/src/pages/examples/basic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: false
88
- [View Source](https://github.com/tannerlinsley/react-query/tree/main/examples/basic)
99

1010
<iframe
11-
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/master/examples/basic?autoresize=1&fontsize=14&theme=dark"
11+
src="https://codesandbox.io/embed/github/tannerlinsley/react-query/tree/main/examples/basic?autoresize=1&fontsize=14&theme=dark"
1212
title="tannerlinsley/react-query: basic"
1313
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
1414
style={{

docs/src/pages/examples/custom-hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: false
88
- [View Source](https://github.com/tannerlinsley/react-query/tree/main/examples/custom-hooks)
99

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

0 commit comments

Comments
 (0)