first video!

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-08-27 16:56:57 +02:00
parent cb91f1ad4f
commit 7b88420f6a
3 changed files with 26 additions and 11 deletions

View File

@@ -60,9 +60,9 @@ if (fatalError !== null) {
Initializer.initBeforeReact()
.then(() => {
root.render(
<StrictMode>
<App vm={new AppViewModel()} />
</StrictMode>,
// <StrictMode>
<App vm={new AppViewModel()} />,
// </StrictMode>,
);
})
.catch((e) => {