Frontmatter
| id | 8633 |
| title | Fix HeaderCanvas navRects TypeError |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Jan 14, 2026, 4:23 PM |
| updatedAt | Jan 14, 2026, 4:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8633 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8630 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 14, 2026, 4:25 PM |
Fix HeaderCanvas navRects TypeError
tobiu added parent issue #8630 on Jan 14, 2026, 4:23 PM
tobiu assigned to @tobiu on Jan 14, 2026, 4:24 PM

tobiu
Jan 14, 2026, 4:24 PM
Input from Gemini 3 Pro:
✦ I have fixed the
TypeErrorby adding anArray.isArraycheck indrawAurasandupdateNavRects. This ensures robustness against invalid data types.
tobiu closed this issue on Jan 14, 2026, 4:25 PM
Fix
TypeError: me.navRects.forEach is not a functioninPortal.canvas.HeaderCanvas.drawAuras.updateNavRectscorrectly handles the incoming data.