Frontmatter
| id | 5394 |
| title | component.Base: destroy() => set onFocusLeave() & unmount() to Neo.emptyFn |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 15, 2024, 12:53 PM |
| updatedAt | Apr 15, 2024, 12:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5394 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 15, 2024, 12:55 PM |
We do want to prevent delayed calls of
onFocusLeave()andunmount(), after a component instance got destroyed.