I'm having trouble with `session.data` being undefined
user_id is sometimes undefined when e.g. refreshing the page.
```tsx
const session = await getSession()
const user_id = session.data.user_id
...Right side of assignment cannot be destructured
[Solid-Start] Issue with context who don't return the value
Routes Component Not Available
Routes component doesn't seem to be available for some reason.
Error: Uncaught SyntaxError: The requested module '/node_modules/@solidjs/router/dist/index.jsx' does not provide an export named 'Routes' (at index.jsx:6:25)...Accessing grandchildren
<astro-slot> element. Is there a way to access the children of this element through props.children?Unable to mutate data created by createResource.
Server background jobs / tasks
Dragging rectangles impossible? (tried to build a timeline component)
For. However, it seems like something like that is impossible. At first, I tried to set the state like in react by basically taking the object that defines the dragged box, making a copy of it by spreading its contents, setting the new values, and assigning it back to the array in a map function that would replace the original object by index. That resulted in the rectangle component being unmounted immediately. So I tried preserving the references. That kind of worked but it does not re-render the list during the changes but only after the rectangle component changes its dragged state to false.
Please, look at this example. Try dragging the rectangles and see what I mean.
https://playground.solidjs.com/anonymous/2e4da24a-a2bd-4f87-abc4-5553d3f288af...[macOS] Module '"@solidjs/router"' has no exported member 'cache'.
npm init solid@latest
Has anybody any idea what I can do?...I keep seeing this pattern in some solid code where dom refs are kept in signals.
Need help in solid-router
```json
{
"@solidjs/router": "^0.10.5",
"solid-js": "^1.8.7"...`Request is not defined` when loading a page with the solid start (basic) dev server
bun create solid, settings (basic, no SSR, yes TypeScript), but when I run the dev server and load the page, I get an error: [h3] [unhandled] ReferenceError: Request is not definedSSG with `bun create solid`?
bun create solid, do I have to say yes to SSR if I want SSG?
I've picked the template basic, and am unsure what to answer for the question 'Server Side Rendering?' as the quickstart guide doesn't mention SSG at all...Is there a way to grab a throwed error in "action" function
NPM Start Error + Beginner Question
npm run dev to view my project on a local server.
I watched Ryan's "SolidStart: The Shape of Frameworks to Come" stream on YouTube, and I noticed he was using npm run build and npm run start....How Do I Turn On SSR?
vite.config.ts file from:
```...ReferenceError: __filename is not defined in ES module scope
Struggling to get FileRoutes working
pnpm create solid
https://github.com/metruzanca/solid-fileroutes-not-working
Keep getting hydration error in the console...Move table columns around with drag & drop
e.dataTransfer.setData to set the index on an ondragstart and read it during the ondrop event.
It works as expected, at least on the first try, after that the behaviour becomes weird because it will always use the old index and not the new ordering.
I've tried using a Index instead of a For, this solves the index issue but then the data will be matched with the wrong column....How to import solidjs core as external library
import * from 'solid-js' as import * from '/solid-js.js' in the browser?
I saw an option moduleName in solid plugin for vite but not sure if it is the one I'm looking for as the build output didn't left solidjs/web out of the bundle....