diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 490d1fc..328fcfe 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -49,8 +49,9 @@ body: Paste the JSON Camera `device` that was used here. Make sure to leave out the `formats` prop as that is too long for the issue. - ```ts + ``` device.formats = undefined + console.log(JSON.stringify(device, null, 2)) ```