1name: "⚛️ 🛠 DevTools bug report"2description: "Report a problem with React DevTools. Please provide enough information that we can reproduce the problem."3title: "[DevTools Bug]: "4labels: ["Component: Developer Tools", "Type: Bug", "Status: Unconfirmed"]5body:6- type: input7 attributes:8 label: Website or app9 description: |10 Which website or app were you using when the bug happened?1112 This should be a public URL, GitHub repo, or Code Sandbox app so the React team can reproduce the error being reported. (Please no localhost URLs.)13 placeholder: |14 e.g. website URL, public GitHub repo, or Code Sandbox app15 validations:16 required: true17- type: textarea18 attributes:19 label: Repro steps20 description: |21 What were you doing on the website or app when the bug happened? Detailed information helps maintainers reproduce and fix bugs.2223 Issues filed without repro steps will be closed.24 placeholder: |25 Example bug report:26 1. Log in with username/password27 2. Click "Messages" on the left menu28 3. Open any message in the list29 validations:30 required: true31- type: dropdown32 attributes:33 label: How often does this bug happen?34 description: |35 Following the repro steps above, how easily are you able to reproduce this bug?36 options:37 - Every time38 - Often39 - Sometimes40 - Only once41 validations:42 required: true43- type: input44 id: automated_package45 attributes:46 label: DevTools package (automated)47 description: |48 Please do not edit this field.49- type: input50 id: automated_version51 attributes:52 label: DevTools version (automated)53 description: |54 Please do not edit this field.55- type: input56 id: automated_error_message57 attributes:58 label: Error message (automated)59 description: |60 Please do not edit this field.61- type: textarea62 id: automated_call_stack63 attributes:64 label: Error call stack (automated)65 description: |66 Please do not edit this field.67 render: text68- type: textarea69 id: automated_component_stack70 attributes:71 label: Error component stack (automated)72 description: |73 Please do not edit this field.74 render: text75- type: textarea76 id: automated_github_query_string77 attributes:78 label: GitHub query string (automated)79 description: |80 Please do not edit this field.81 render: text
Findings
✓ No findings reported for this file.