Stale read in <List><Show><List>
Untrack on store arrays
createEffect
and stores. Today I probably have similar misunderstandings around untrack
.
My assumption was that, e.g.
```
createEffect(() => {...createEffect vs createEffect + on
createEffect
is triggered but not the second one using on
? I feel there is something obvious I'm missing. Using solid-js 1.9.5
```
createEffect(() => {
console.log("effect", props.nearestPointConfig);...SolidJS Router Missunderstanding
Clearing form after action in solid-start
Would this break reactivity?
better-auth
useSession hook.
If it can potentially break reactivty, how would you suggest accomplishing the goal of unpacking the data
field into user
and session
?
```...Multi Layout Children
Getting Page Title
Cannot read properties of null (reading '1')Cannot read properties of null (reading '1')

State Doesn't Get Defaulted And Values Don't Change
STATE DEFAULTING EFFECT
gets triggered and correctly switches the state. However the STATE DEFAULTING MEMO
is not triggered. For some reason when i get the style field, even tho it does supply the correct value. The values do not get updated
For context getterFromReactive
"normalizes" the values into just accessors. It does create a effect for checking whenever the value is changed or not and update the returned value accordingly...Need help understanding preload and file conventions
preload
here https://docs.solidjs.com/solid-start/building-your-application/routing#additional-route-config and started with
```tsx
import { RouteDefinition } from "@solidjs/router";...Cannot run React alongside SolidJS in Astro
[vite] The requested module 'solid-js/jsx-dev-runtime' does not provide an export named 'jsxDEV'
[vite] The requested module 'solid-js/jsx-dev-runtime' does not provide an export named 'jsxDEV'
Killing `pnpm dev` results in a defunct `esbuild` process
Ctrl+C
causes a esbuild
process to linger around in the defunct
state.
11169 pts/1 Z 0:00 [esbuild] <defunct>
11169 pts/1 Z 0:00 [esbuild] <defunct>
Can't install or get a project started using SolidJs

Why are both class and classList needed?
class
.
Thank you for any pointer you can provide!...Solid Start Internal Fetch
Multiple actions with different unique names seem to trigger each other's submission.result effects
1. Open up the browser's console (stackblitz's console is not enough). 2. Let everything load and click the "Go 1" button once 3. Look at the browser's log....
How to prevent page reload on action / query
Preloading route data with context access
<Route path="/app/home" component={Home} preload={preloadHome} />
<Route path="/app/home" component={Home} preload={preloadHome} />
SSR blank page
