harvey
harvey
I‘m alos having this issue, but I did not use any ui framework...
> > I‘m alos having this issue, but I did not use any ui framework... > > did your issue also solve itself once you did the manual setup? nope,...
I've fixed this issue through a very strange way. I add `?` after `assets` in `node_modules/@solidjs/start/dist/server/StartServer.jsx` line 57: ``` typescript useAssets(() => (assets?.length ? assets.map(m => renderAsset(m)) : undefined)); ```...