the magic guy
Explore posts from serversVite error when evaluating SSR module
Getting this error when navigating to a route
This started happening when I started using suid material.
I have also set SSR to false in
app.config.ts
:
Feels like im missing smth pretty simple here....3 replies
createResource / Suspense blocks rendering
Im trying to understand how to handle async data fetching. Taking an example from the docs, with some modifications. This component seem to block rendering for 5 seconds, before displaying
Data fetched from API
, rather than showing the fallback in the Suspense element while the setTimeout is happening. I feel like im not understanding something here...
11 replies