What to save to database with authjs to preserve privacy?
Cannot reference properties of object stored in a signal after being fetched from API
onMount hook. The signal stores an array of the fetched data. I can reference all top level members of that array, but when I try to reference their properties I get an error.
This only happens for me when I fetch the data from an API. When I pass in the static data via prop or just initialize the signal with the data, it doesn't happen.
A reproduction of the problem is below (and also here: https://playground.solidjs.com/anonymous/cd6419ab-38e5-43c8-846e-44dcc9233896)...`crossOrigin` and `playsInline` types don't work with solid & typescript
tsc --jsx preserve -t es2020 --outDir js --noEmit false on my solidjs site, I get the following compile errors. What gives?
```bash
src/components/MainPlayer.tsx:117:18 - error TS2322: Type '{ children: Element; playsInline: true; }' is not assignable to type 'AudioHTMLAttributes<HTMLAudioElement>'.
Property 'playsInline' does not exist on type 'AudioHTMLAttributes<HTMLAudioElement>'.
...
solid-js reactivity eslint with functions
routeData not being refreshed when navigating
with-auth unused export

Anyone has tested Tauri App with Solid Start ?
Getting accurate scrollWidth is hard
Parent Component createEffect that gets the correct scrollWidth of a div when I console log it. That's great. From here it's not so great. `createEffect(() => { if (data() === 'ready') {...
$server rpc call failing (404) in production mode
npm run dev but get 404 when build then run npm run start ... has anybody run into this?How to re-render <Portal> if target component is removed or added?
Modal Implementation
createServerData$ question
data() in the export page function for the data to load (or to enable reactivity)?
It's not blocking me, but curious if I'm doing something wrong, and seems like it should be unnecessary, esp. since data is referenced in the templated section....Load component after createServerData$ fetches data and it is rendered
Can I make getElementById reactive?
how to handle POST in a route?
useServerContext() returns empty object in server$() callback
useServerContext() returns an empty object in server$() callbacks?How to not render <Portal> if mount is undefined?

get cookie inside $server rpc call
Solid PointerEvents, Firefox, RequestAnimationFrame and OffsetX/Y
addEventListener on an element for pointermove, and place these in the handler:
``
requestAnimationFrame(() => {
console.log(event RAF`, event.offsetX, event.offsetY);...Suspense triggered witout reading data