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 issue tracker is meant for bug reports only. This isn't the best place for support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first:
13
+
14
+
- Read the docs: https://react-redux.js.org/
15
+
- Check out the troubleshooting guide: https://react-redux.js.org/troubleshooting
16
+
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/redux
17
+
- Ask in chat: https://www.reactiflux.com/
18
+
19
+
Think you found a bug?
20
+
======================
21
+
The best bug report is a failing test in the repository as a pull request. Otherwise, please use the form below.
22
+
- type: textarea
23
+
attributes:
24
+
label: What version of React, ReactDOM/React Native, Redux, and React Redux are you using?
25
+
value: |
26
+
- React:
27
+
- ReactDOM/React Native:
28
+
- Redux:
29
+
- React Redux:
30
+
validations:
31
+
required: true
32
+
- type: textarea
33
+
attributes:
34
+
label: What is the current behavior?
35
+
description: |
36
+
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React. Paste the link to a CodeSandbox (https://codesandbox.io/s/new) or RN Snack (https://snack.expo.io/) example below
37
+
validations:
38
+
required: true
39
+
- type: textarea
40
+
attributes:
41
+
label: What is the expected behavior?
42
+
validations:
43
+
required: true
44
+
- type: input
45
+
attributes:
46
+
label: Which browser and OS are affected by this issue?
47
+
validations:
48
+
required: false
49
+
- type: checkboxes
50
+
attributes:
51
+
label: Did this work in previous versions of React Redux?
description: I'd like React Redux to do something new.
3
+
body:
4
+
- type: markdown
5
+
attributes:
6
+
value: |
7
+
Thank you for contributing to open source!
8
+
9
+
Do you need some help?
10
+
======================
11
+
12
+
The issue tracker is meant for bug reports only. This isn't the best place for support or usage questions. Questions here don't have as much visibility as they do elsewhere. Before you ask a question, here are some resources to get help first:
13
+
14
+
- Read the docs: https://react-redux.js.org/
15
+
- Check out the troubleshooting guide: https://react-redux.js.org/troubleshooting
16
+
- Look for/ask questions on Stack Overflow: https://stackoverflow.com/questions/tagged/redux
17
+
- Ask in chat: https://www.reactiflux.com/
18
+
- type: textarea
19
+
attributes:
20
+
label: What is the new or updated feature that you are suggesting?
21
+
description: |
22
+
Please provide thoughtful commentary *and code samples* on what this feature means for your product. What will it allow you to do that you can't do today? How will it make current work-arounds straightforward? What potential bugs and edge cases does it help to avoid? etc. Please keep it product-centric.
23
+
validations:
24
+
required: true
25
+
- type: textarea
26
+
attributes:
27
+
label: Why should this feature be included?
28
+
validations:
29
+
required: true
30
+
- type: textarea
31
+
attributes:
32
+
label: What docs changes are needed to explain this?
0 commit comments