renderStream not working after build
Hey,
I've switched to
renderStream
and I've made an artificially delayed routeData
with an <Suspense />
boundary. All is good in dev mode. I see the loading indicator from Suspense and the data popping in.
But after pnpm build && pnpm start
, everything looks like renderAsync
again. White page until the data is ready.
Am I missing something? Is this a known issue?
Thanks in advance1 Reply
Not sure if this is related, but I have another issue with suspense where (vite) dev is all good, but build fails with
Uncaught TypeError: Cannot read properties of null (reading 'push')
build code is all tersed by vite, so I have no further clue atm
^ Disregard that, was fixed by updating to latest solid-element