bug_report.yml
bug_report.yml
| Name | About | Labels | Assignees |
|---|---|---|---|
| 🐛 Bug report | Report a reproducible bug or regression |
Thank you for reporting an issue 🙏.
This issue tracker is for reporting reproducible bugs or regression's found in react-devtools
If you have a question about how to achieve or implement something and are struggling, please post a question
inside of react-devtools's Discussions tab instead of filing an issue.
Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already:
- TanStack Devtools's Discussions tab
- TanStack Devtools's Open Issues
- TanStack Devtools's Closed Issues
The more information you fill in, the better the community can help you.
- Please let us know the exact version of the TanStack Devtools framework adapter that you were using when the issue occurred. If you are using an older version, check to see if your bug has already been solved in the latest version. Please don't just put in "latest", as this is subject to change.
- The latest "devtools" version is
Which framework and what version of that framework are you using?
Provide a clear and concise description of the challenge you are running into, and the steps we should take to try to reproduce your bug.
Please add a link to a minimal reproduction.
Note:
- Your bug may get fixed much faster if we can run your code and it doesn't have dependencies other than React.
- To create a shareable code example for web, you can use CodeSandbox (https://codesandbox.io/s/new) or Stackblitz (https://stackblitz.com/).
- Please make sure the example is complete and runnable without prior dependencies and free of unnecessary abstractions
- Feel free to fork any of the official CodeSandbox examples to reproduce your issue: https://github.com/tanstack/devtools/tree/main/examples/
- For React Native, you can use: https://snack.expo.dev/
- For TypeScript related issues only, a TypeScript Playground link might be sufficient: https://www.typescriptlang.org/play
- Please read these tips for providing a minimal example: https://stackoverflow.com/help/mcve.
If applicable, add screenshots or a video to help explain your problem.
For more information on the supported file image/file types and the file size limits, please refer
to the following link: https://docs.github.com/en/github/writing-on-github/working-with-advanced-formatting/attaching-files
If you think you know the cause of the problem, the fastest way to get it fixed is to suggest a fix, or fix it yourself! However, it is ok if you cannot solve this yourself and are just wanting help.