Frontmatter
| id | 5806 |
| title | code.LivePreview: we must use the return value of Neo.setupClass() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 19, 2024, 7:38 PM |
| updatedAt | Aug 19, 2024, 7:40 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5806 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 19, 2024, 7:38 PM |

related to the changes which enable us to use multiple neo versions & envs in parallel.
setupClass()will no longer parse input with the sameclassNamemultiple times, but return the first found match instead.this also affects our live previews: while the first switch to the preview mode did still work fine. switching back & forth did not: