Frontmatter
| id | 6240 |
| title | learneo tutorial todoList: VdomUtil.findVdomChild is not a function |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jan 15, 2025, 3:54 PM |
| updatedAt | Jan 16, 2025, 3:19 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6240 |
| author | gplanansky |
| commentsCount | 4 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 16, 2025, 3:18 PM |
learneo tutorial todoList: VdomUtil.findVdomChild is not a function

Also:
$ pwd
.../neo
$ rg findVdomChild
resources/data/deck/training/pages/2023-02-05T17-44-53-815Z.md
80: Neo.util.VDom.findVdomChild(view.vdom, 'title').vdom.innerHTML = business.title;
89: findVdomChild = Neo.util.VDom.findVdomChild
94:findVdomChild = Neo.util.VDom.findVdomChild;
99: this.findVdomChild(view.vdom, 'title').vdom.innerHTML = business.title;
132: this.findVdomChild(view.vdom, 'thumbnail').vdom.src = business.imageUrl;
187: this.findVdomChild(view.vdom, 'address').vdom.cn = business

Hi George,
be careful with the Buttons in GitHub. When writing a comment, there is Comment and Close with Comment. I will re-open this ticket for you.
Do you want to send a PR or shall I fix it?
Best regards, Tobi

i will grab it, to get it into the next release.

ahh, I sought to close my comment, not the issue. please fix thanks I see you have even as I wrote this.
VM102:96 Uncaught TypeError: VdomUtil.findVdomChild is not a functionfix -> change to just "find" (see e.g.
examples/todoList/version1/MainComponent.mjs) :