exercism / exercism/website

TypeError: n is not iterable

Open
#9,412 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
548
Forks
168
Avg merge
1d 3h
Merged PRs (30d)
28

Description

## Error

```
n is not iterable
```

## Stack trace

```
../app/javascript/components/profile/ContributionsSummary.tsx:46 in ContributionsSummary
Suspense
../node_modules/@sentry/react/src/errorboundary.tsx:101 in new ErrorBoundary
../node_modules/@tanstack/react-query/src/QueryClientProvider.tsx:30 in QueryClientProvider
```

## Tracking Details
- **Project**: exercism-js
- **Sentry**: [TypeError: n is not iterable](https://thalamus-ai.sentry.io/issues/141693762/)
- **Culprit**: CANVAS_CUSTOM_POINTS.afterDraw(app/javascript/components/impact/chart-elements/plugins/canvas-custom-points)
- **First seen:** Aug 19, 2026

Contributor guide

Open the contributing guide

Research direction

Start at app/javascript/components/profile/ContributionsSummary.tsx:46 and trace the data used by ContributionsSummary, then inspect app/javascript/components/impact/chart-elements/plugins/canvas-custom-points from the stack trace. Reproduce the error on the profile contributions view and confirm the fix prevents the TypeError without introducing a new failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.