| 1 | --- |
| 2 | name: "🐛 Bug Report" |
| 3 | about: Report a reproducible bug or regression. |
| 4 | title: 'Bug: ' |
| 5 | labels: 'Status: Unconfirmed' |
| 6 | |
| 7 | --- |
| 8 | |
| 9 | <!-- |
| 10 | Please provide a clear and concise description of what the bug is. Include |
| 11 | screenshots if needed. Please test using the latest version of the relevant |
| 12 | React packages to make sure your issue has not already been fixed. |
| 13 | --> |
| 14 | |
| 15 | React version: |
| 16 | |
| 17 | ## Steps To Reproduce |
| 18 | |
| 19 | 1. |
| 20 | 2. |
| 21 | |
| 22 | <!-- |
| 23 | Your bug will get fixed much faster if we can run your code and it doesn't |
| 24 | have dependencies other than React. Issues without reproduction steps or |
| 25 | code examples may be immediately closed as not actionable. |
| 26 | --> |
| 27 | |
| 28 | Link to code example: |
| 29 | |
| 30 | <!-- |
| 31 | Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a |
| 32 | repository on GitHub, or provide a minimal code example that reproduces the |
| 33 | problem. You may provide a screenshot of the application if you think it is |
| 34 | relevant to your bug report. Here are some tips for providing a minimal |
| 35 | example: https://stackoverflow.com/help/mcve. |
| 36 | --> |
| 37 | |
| 38 | ## The current behavior |
| 39 | |
| 40 | |
| 41 | ## The expected behavior |