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
The more information you fill in, the better the community can help you.
19
19
- type: textarea
@@ -26,15 +26,20 @@ body:
26
26
- type: input
27
27
id: link
28
28
attributes:
29
-
label: Your Example Website or App
29
+
label: Your minimal, reproducible example
30
30
description: |
31
-
Which website or app were you using when the bug happened?
31
+
Please add a link to a minimal reproduction.
32
32
Note:
33
-
- Your bug will may get fixed much faster if we can run your code and it doesn't have dependencies other than React.
34
-
- To create a shareable code example you can use Stackblitz (https://stackblitz.com/) or CodeSandbox (https://codesandbox.io/s/new). Please no localhost URLs.
33
+
- Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than React.
34
+
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
35
+
- Please make sure the example is complete and runnable - e.g. avoid localhost URLs.
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://react-query.tanstack.com/examples/simple
38
+
- For React Native, you can use: https://snack.expo.dev/
39
+
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
35
40
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
36
41
placeholder: |
37
-
e.g. Stackblitz, Code Sandbox app url
42
+
e.g. Code Sandbox, Stackblitz, Expo Snack or TypeScript playground
38
43
validations:
39
44
required: true
40
45
- type: textarea
@@ -82,12 +87,32 @@ body:
82
87
id: platform
83
88
attributes:
84
89
label: Platform
85
-
value: |
90
+
description: |
91
+
Please let us know which Operting System, Browser and Browser version you were using when the issue occurred.
Please let us know the exact version of react-query you were using when the issue occurred. Please don't just put in "latest", as this is subject to change.
104
+
placeholder: |
105
+
e.g. v3.30.1
106
+
validations:
107
+
required: true
108
+
- type: input
109
+
id: ts-version
110
+
attributes:
111
+
label: TypeScript version
112
+
description: |
113
+
If you are using TypeScript, please let us know the exact version of TypeScript you were using when the issue occurred.
0 commit comments