Frontmatter
| id | 5268 |
| title | main.addon.MonacoEditor: loadFiles() |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Feb 26, 2024, 7:51 AM |
| updatedAt | Feb 27, 2024, 7:42 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5268 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 27, 2024, 7:42 PM |
we should not fetch the related JS dependencies via
Promise.all(), since the timing order of the arrival of this files does matter => we are getting errors in case they arrive in the wrong order.