Frontmatter
| id | 4353 |
| title | component.Base: afterSetHidden() => add a case for hidden true && oldValue === undefined |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | May 2, 2023, 11:16 AM |
| updatedAt | May 2, 2023, 11:20 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4353 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 2, 2023, 11:20 AM |
in case a container item gets created with
hidden: true, we want to addremoveDom: trueon the vdom root of the item, without triggering anunmount()call.@Dinkh