| 1 | --- |
| 2 | name: "\U0001F41E Bug report" |
| 3 | about: Create a report to help us improve |
| 4 | title: '' |
| 5 | type: Bug |
| 6 | labels: ['pending triage'] |
| 7 | assignees: '' |
| 8 | --- |
| 9 | |
| 10 | <!-- ⚠️ Please DON'T ignore the issue template --> |
| 11 | |
| 12 | <!-- 💡 Consider upgrading to the latest version before sending the issue --> |
| 13 | |
| 14 | **Describe the bug** |
| 15 | |
| 16 | A clear and concise description of what the bug is. |
| 17 | |
| 18 | **Minimal reproduction** |
| 19 | |
| 20 | Steps to reproduce the behavior: |
| 21 | |
| 22 | 1. Go to '...' |
| 23 | 2. Click on '....' |
| 24 | 3. Scroll down to '....' |
| 25 | 4. See the error |
| 26 | |
| 27 | You can use https://sli.dev/new to create a new project to reproduce the issue. |
| 28 | |
| 29 | **Environment** |
| 30 | |
| 31 | - Slidev version: |
| 32 | - Browser: |
| 33 | - OS: |
| 34 | |
| 35 | If you are using Slidev globally (i.e. `npx slidev` or `npm i -g slidev`), please try to reproduce the issue in a local project (i.e. `npm create slidev@latest`). |
| 36 |