SolidStart Firebase error on production

how to define event.locals type?
Is it possible to untrack writes to a signal?
signal vs createStore vs createMutable performance for large objects
How to initialize a store from another store?
store2) from another store (say store1).
However if I change store2, I don't want it to affect store1.
In the example below, I tried using unwrap but that didn't help: when a value in store2 changes, it affects store1....Context Not Being Defined
AuthContext isn't being defined in m app.
Here's my App component:
```
const App: Component = () => {
console.log("Rendering App Component");...typing CreateResource
<name>.server.ts file naming convetion ?
Plain string for <Link onload="..."> shows warning
root.tsx like so:
```tsx
<Link
rel='preload'...why is it possible to use singletons in astro but not solid-start?
Please, HELP with SSR
PocketBase Auth with Context doesn't track store

How can I populate HTML on the server with db data before sending it to the client
Proper implementation of a timer/stopwatch
No Vercel Logs
/api/auth/session just produces...Prevent re-render <table> element when changing array in store.
Is <HydrationScript/> required even if I'm not utilizing SolidJS' SSR?
Uncaught ReferenceError: _$HY is not defined is shown when I'm not using <HydrationScript/>, but looking through the Discord server messages, I get the feeling that <HydrationScript/> is only used if I plan to have SSR, which I don't since my project's tech stack is Astro + SolidJS.
I also don't recall <HydrationScript/> being mentioned in the tutorial of the new docs website, and the documention for <HydrationScript/> doesn't say if this is required in every project or only for projects that use SSR.
My project still runs as expected with or without <HydrationScript/>, but it'll be nice if the confusion on the usage of <HydrationScript/> gets cleared up....Building with SSR false starts (and doesn't close) listeners
npm run build with default SSR setting (ssr: true) everything works like a charm.
However, turning off ssr, the WebsocketServer gets started and not closed => EADDRINUSE error. Cannot run dev or start afterwards.
...SolidJS: Manually using SSR with v8?
renderToString to extract the HTML, but I also need to generate and render the javascript which accompanies my page, in order to allow it to be interactive....