You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ body:
34
34
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
35
35
- Please make sure the example is complete and runnable - e.g. avoid localhost URLs.
36
36
- To stub out real api requests - Promise.resolve and Promise.reject are good options for easy reproduction
37
-
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://tanstack.com/query/v4/docs/examples/react/simple
37
+
- Feel free to fork any of the official examples to reproduce your issue: https://tanstack.com/query/latest/docs/framework/react/examples/simple
38
38
- For React Native, you can use: https://snack.expo.dev/
39
39
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
40
40
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
@@ -115,7 +115,7 @@ body:
115
115
description: |
116
116
Please let us know the exact version of TanStack Query you were using when the issue occurred. Please don't just put in "latest", as this is subject to change.
117
117
placeholder: |
118
-
e.g. v3.30.1
118
+
e.g. v5.51.9
119
119
validations:
120
120
required: true
121
121
- type: input
@@ -125,7 +125,7 @@ body:
125
125
description: |
126
126
If you are using TypeScript, please let us know the exact version of TypeScript you were using when the issue occurred.
0 commit comments