ryanguyan
Async Await Issues
That sounds right, just checked their docs and I didn't add this:
Usage with SolidStart
If you are using SolidStart you will need to add the ssr setting to your vite.config.ts:
from: https://kobalte.dev/docs/core/overview/ssr
I'm going to mark as resolved
7 replies
Async Await Issues
I also tried just calling it bypassing the
server$
call:
And this also only works if I access the values twice. I can console log it or add another element that accesses the data to grab it. Digging deeper into this only got me more lost.7 replies
Async Await Issues
IconNumberBox
uses that prop to get the image id:
I checked out that link and I was able to use their example endpoint totally fine. I think it's because I'm trying to use a server$
function inside that's getting it messed up. I also tried calling createServerData$
inside the function which was no good (returned undefined):
7 replies