ReferenceError: Can't find variable: currentInset
Open
- Dominant language
- Ruby
- Stars
- 548
- Forks
- 168
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 28
Description
## Error
```
Can't find variable: currentInset
```
## Stack trace
```
/tracks/jq:486 in init
/tracks/jq:503 in global code
```
## Tracking Details
- **Project**: exercism-js
- **Sentry**: [ReferenceError: Can't find variable: currentInset](https://thalamus-ai.sentry.io/issues/146250097/)
- **Culprit**: init(tracks/jq)
- **First seen:** Sep 10, 2026
Contributor guide
Research direction
Start by inspecting the init function around lines 486 and 503 of tracks/jq, using the provided stack trace and Sentry report to trace the currentInset reference. Done means the exercism-js jq track no longer raises this ReferenceError during initialization and the relevant behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100