diff --git a/src/deck-components/Router.tsx b/src/deck-components/Router.tsx index dd63843..c7e6186 100644 --- a/src/deck-components/Router.tsx +++ b/src/deck-components/Router.tsx @@ -148,7 +148,7 @@ try { initInternalNavigators(); while (!InternalNavigators?.AppProperties) { console.log('[DFL:Router]: Trying to init internal navigators again'); - await sleep(100); + await sleep(2000); initInternalNavigators(); } }