query
query copied to clipboard
React Query v3 Examples and links not working
Describe the bug
The examples section in v3 of the docs isn't loading and the links to GitHub 404. See this page for example: https://react-query-v3.tanstack.com/examples/basic
Your minimal, reproducible example
https://react-query-v3.tanstack.com/examples/basic
Steps to reproduce
Open page at https://react-query-v3.tanstack.com/examples/basic and notice the example doesn't load. Click "View Source" link and see page 404s.
Expected behavior
The examples should load and the links should be active.
How often does this bug happen?
No response
Screenshots or Videos
No response
Platform
macOS 12.5.1 Chrome 104.0.5112.101 Safari 15.6.1
react-query version
NA
TypeScript version
No response
Additional context
No response
fix is already merged but needs to be deployed. Replace "main" with "v3" in the links in the meantime
Examples links are still broken, is it still waiting for deployment?
Yes. @tannerlinsley please
For now find examples here: https://github.com/TanStack/query/tree/v3/examples
We fixed it yesterday