Frontmatter
| id | 4557 |
| title | manager.DomEvent: fire() => data.component not always pointing to the right instance |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jul 24, 2023, 3:45 PM |
| updatedAt | Jul 25, 2023, 12:58 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4557 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 25, 2023, 12:58 AM |

in case we do have multiple listeners for one component path, it can happen that the component gets replaced by reference.
to ensure this won't happen, we should clone the data object.