Frontmatter
| id | 1744 |
| title | table.Container: beforeSetStore() => passing a store instance => listeners |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Apr 9, 2021, 9:52 PM |
| updatedAt | Sep 18, 2024, 4:28 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1744 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 18, 2024, 4:28 AM |
not sure if this one is a reasonable use case:
you could set a store, then switch to another store, then switch back to the first store.
in this case we would need a check if the listeners are already applied and only add them in case they are not.