Frontmatter
| id | 5951 |
| title | Portal.view.learn.ContentComponent: missing destroy() logic |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 21, 2024, 4:40 PM |
| updatedAt | Sep 21, 2024, 6:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5951 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 21, 2024, 6:26 PM |

@maxrahder @rwaters:
the logic is creating
code.LivePreviewinstances which will stick in memory forever. while the portal app will never destroy its one instance, we should still aim for creating re-useable components.i will take care of this one.