Frontmatter
| id | 6263 |
| title | main.DomAccess.getElement() => throws an error in case no id gets passed |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jan 21, 2025, 6:23 PM |
| updatedAt | Jan 21, 2025, 6:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6263 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 21, 2025, 6:25 PM |
this one happens only inside the deployed online version (not reproducible locally), when opening the ComboBox dropdown for the first time.
let us fix the "symptoms" first: the method should return
nullin case no node was found.