Frontmatter
| id | 2195 |
| title | component.Base: smarter handling of styles |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 29, 2021, 12:08 AM |
| updatedAt | May 29, 2021, 12:09 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2195 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 29, 2021, 12:09 AM |
updateStyle()is usingvnode.vnode.style = style;. This can cause bugs, since vdom pseudo-style attributes are possible (e.g. height:10). we need an iteration.render()should not need to passclsorstyle.the vdom setter should not need to apply style configs each time.