manubaun
Explore posts from serversI get ERR_UNHANDLED_REJECTION
used your code and yes, I cannot reproduce it either. Then tracked down the error.
In my navbar I use a function called getUsers (all from the with-drizzle example)
there it uses
const user = createAsync(async () => getUser(), { deferStream: true });
this is somehow the function, where it all goes bad. I probably use createAsync wrong.
https://stackblitz.com/edit/github-52ahab-xybqhj?file=src%2Froutes%2Findex.tsx,src%2Fserver.ts,src%2Fcomponents%2FNav.tsx
note: In my Stackbliz example I get "Context is not available". On my Mac, I getht the ERR_UNHANDLED_REJECTION crash8 replies