Frontmatter
| id | 5772 |
| title | Neo.setupClass() => check for a namespace and return it right away, in case it exists |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 17, 2024, 9:27 PM |
| updatedAt | Aug 18, 2024, 8:06 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5772 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 18, 2024, 8:06 AM |
This can happen when using different versions of neo.mjs => Especially singletons (IdGenerator) must stay unique.
This can also happen when using different environments of neo.mjs in parallel. Example: code.LivePreview running inside a dist/production app.