Frontmatter
| id | 5863 |
| title | code.LivePreview: run-time code changes no longer get reflected inside the preview |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Sep 10, 2024, 6:02 PM |
| updatedAt | Sep 12, 2024, 3:09 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5863 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2024, 3:09 AM |

This is related to the caching change of
Neo.setupClass(), which enables us to use multiple envs of neo on one page.We need a regex to extract all
classNamevalues inside the editor code and purge the related namespaces to disable the caching.