json-schema-org / website

JSON Schema website
https://json-schema.org
Other
48 stars 135 forks source link

🐛 Bug: ES versioning error in `StyledMarkdown.tsx` file #795

Open DhairyaMajmudar opened 1 month ago

DhairyaMajmudar commented 1 month ago

Describe the bug

File inspecting the StyledMarkdown.tsx file it is found that there's a ES versioning error created due to use of named capturing groups like <label> and <markdown>

Steps To Reproduce

  1. Navigate to file
  2. Check the errors in vscode problems section

Expected Behavior

There must be no errors

Screenshots

image

image

Device Information [optional]

- OS: Linux (Debian)
- Browser: Firefox
- version: Latest

Are you working on this issue?

Yes

Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)

No

DhairyaMajmudar commented 1 month ago

The fix for this issue is to update the target field in tsconfig.json file : )

harshsbhat commented 3 weeks ago

hey can you close this issue as you have solved it already