Prpc and Suspense question
My understanding was that I wouldnt need the Show component at all, when using prpc with suspense. However CSR works but SSR doesnt work unless I have Show component. I also have to remove fallback from Show component, since it causes hydration key issue.
1 Reply
I think the issue is that suspense does the whole onmount for components with undefined values but i dont know how to fix this. Like it would need to run onmount again once allstats has values