Throw vs return in routerโs action
SSR failed to import "drizzle-orm/bun-sqlite"
Weird Vinxi dev issue
Solid devtools with Astro
CI only error: no such file or directory server-functions-manifest.json
Nested layouts with dynamic route
/plans/[id]
and /plans/[id]/select
. Both of these routes should share same layout, how can I acheive it with dynamic paremeter?`useNavigate` inside an `action`?
useNavigate
in an action
when my form is submitted. However my page isn't navigating. No errors appear in console.
```
const some_action = action(async (data) => {useNavigate()("/")})
...Issue when navigating between pages?
All of a sudden `classList` is typed as string | undefined
class
and classList
have unexpected types:
```src/Wes95/components/Window.tsx:159:14 - error ts(2322): Type '{ children: Element[]; class: string; }' is not assignable to type 'HTMLAttributes<HTMLDivElement>'.
Property 'class' does not exist on type 'HTMLAttributes<HTMLDivElement>'.
...Handling 404 within existing catch-all route
I get ERR_UNHANDLED_REJECTION
Bloxclash Setup
Vite keeps loading the packages first before @solidjs/router
use-hooks must be called within Router
hook
Problems to acess objects inside an array
Handling <input>
<input onInput={e => setUserName(e.target.value)} value={userName()} />
Or should I use a ref instead and read the field value when it is needed?...Solid/reactivity lint rule complains about async custom event handlers
Fetch on SSR is missing Cookie on request header
how to manage global signals interacting with other global signals properly?