How do I recursively wrap a `JSX.Element` with an `Array<FlowComponent>`
Broken vercel deployment with solidstart 1.0.0 and pnpm monorepo - clientOnly does not load

TransitionGroup from props derived from store duplicates items
VsCode: Cannot find name react

Solid, CDK, Basic S3+CF Distro
createStore doesn't signal with a class as the store, but everything else works.
404 in deployment with Vercel

Accessing server on Network
NPX failing to install
npx solidui-cli add drawer
npx solidui-cli add drawer
Something went wrong while creating your components. Have you ran solidui-cli init?
Something went wrong while creating your components. Have you ran solidui-cli init?
How to set a new value in a store of `Record<string, __>`?
setValue("abc", 3) on a blank object will trigger an error:
```...SolidStart is it possible to make `load` function on Solid Router async?

can I configure seroval plugins?
The value [object Object] of type "object" cannot be parsed/serialized.
error.
I can add the ability to serialise/deserialise these objects by seroval by adding a plugin. Still, i do not have idea how i can change the default plugins solid start seroval is using - or if it's even possible...Split server code from client code

How to make fetch request on server before sending html to client?
error handling with lazy
Invalid JSX: <div> cannot be child of <p>, the dev server crashes due to an unhandled exception, whereas I would expect the ErrorBoundary to catch it or at least be able to catch it when awaiting renderToStringAsync. Checking the source for lazy, I don't see a catch block when evaluating the promise: https://github...Run route.load and access return value only once when navigating to page

How to handle Loading/Error
Integrating external mutable objects
createMutable but Foundry itself really doesn't work with that. Is there any reasonable way of still getting fine grained reactivity in this case?
Otherwise the options I can see right now are:
- just have a big Document signal that sends out an update whenever any property is mutated
- convert the Document into an object after every change, and reconcile the difference...Is there a way to hydrate signals on the server?
user signal in some routes. Is there a way to do this?
As far as I know, even in React I can't do this unless I bring in a separate library. Jotai actually does this using useHydrateAtoms. I'm wondering if there's something similar in SolidJS that I can use? (Not Solid Start specific).
https://jotai.org/docs/utilities/ssr...Index page blanks out after coming back from another route