containers / containers/podman.io
Bug: Breaking TypeScript Syntax Error (`TS1382`) on Get Started Page
Open
Beginner friendly
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 188
- Avg merge
- 9d 15h
- Merged PRs (30d)
- 11
Description
## Description
Fixes a TypeScript build error caused by an unescaped `>` character in the `CodeBlock` on the `/get-started` page.
### Fix
```tsx
0.0.0.0:8080-{'>'}80/tcp
```
### Expected Outcome
* Fixes the TypeScript compilation error.
* Restores successful `yarn typecheck` and CI builds.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the /get-started page and locate the CodeBlock containing the 0.0.0.0:8080->80/tcp text. Escape the > character as shown in the issue, then run yarn typecheck and confirm the CI build succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100