Nazar Ilkiv

Results 8 comments of Nazar Ilkiv

@AVVS so the fix is that initally we don't need to render anything unless matched route components async connect promises are resolved. Issue now is that `Route` is rendered immediately...

I've the same issue as @finom mentioned, i.e. component wrapped with `@asyncConnect` is getting rendered before `@asyncConnect` promise is resolved on the initial render (i.e. on page reload). However everything...

@AVVS We don't do code-splitting yet and I just removed all `async/await` usage from my code and it's still fails. Here's the example of my setup: `routes.js`: ``` [{ component:...

@AVVS yes, it returns a promise. It worth nothing to say that I've faced this problem only after I've upgraded to RR v4 and `redux-connect@9`. For RR v3 it was...

@finom we are really waiting `Suspense` for data fetching from React team to go live and RR v6 is already experimental release which features Suspense ready navigation

Also happens for me when running: ```bash SWCRC=true node --loader @swc-node/register/esm scripts/run-local.ts ``` ``` "@swc-node/register": "1.6.8" ```

@lufton I'm not maintaining this plugin anymore and hence won't accept any PR onwards, this repository will remain as it is for any future reference. You are free to fork...