Frontmatter
| id | 4567 |
| title | component.Base: updateVdom() => then catch order |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 25, 2023, 7:51 PM |
| updatedAt | Jul 25, 2023, 7:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4567 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 25, 2023, 7:53 PM |
we should trigger
catch()first, since we are only interested about errors on the vdom worker roundtrip. triggeringthen()first will also catch callback related errors.