Frontmatter
| id | 5952 |
| title | Portal.view.learn.ContentComponent: on record change => existing neo child instances |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 21, 2024, 4:44 PM |
| updatedAt | Sep 21, 2024, 9:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5952 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 21, 2024, 9:22 PM |

related to: https://github.com/neomjs/neo/issues/5951
@maxrahder @rwaters: it should work more like a component based list => if the current view has 5 LivePreview instances and the new view needs 3, let us re-use the existing 3 and create 2 new ones. delete "overflowing" instances.
i will work on it.