Frontmatter
| id | 5375 |
| title | collection.Base: destroy() => edge case, can get called more than once with VM based stores which get bound in multiple cmps. |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 28, 2024, 10:56 AM |
| updatedAt | Mar 28, 2024, 2:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5375 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 28, 2024, 2:57 PM |
i think
core.Base: destroy()should set a flag likeisDestroyed.then all class extensions should check for this flag, before doing their logic.
thoughts? @ExtAnimal