Easiest way to spin up an e2e/integration-test setup with solid-start?
Container onFocus to observe to subelement focus?
can't reset createInfiniteScroll
Help integrating microfuzz search library with solid
createResource doesn't rerun when passed store changes
solid-eslint warning about event handlers
eslintsolid/reactivity warning when I use reactive props in event handlers:
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored.```jsx createEffect(() => {...
Scroll & Drag Solid DND
How can this incredibly simple piece of code lead to "Maximum call stack size exceeded" ?
How to protect all routes other than sign-in
TypeError: Cannot read properties of undefined (reading 'remove') at reconcileArrays
refetch() call of a resource.
Pretty hard to debug and see what actually gets called where and so on. gets cought and rethrown in runComputation...Validating a field based on promise values min and max with yup and react form handler
Reaching into nested properties and keeping them reactive?
createResource with flow as the signal) that has a couple of levels where I parse it and loop it over with a <For>
<For each={flow().ui.nodes}>{nodeValue}</For>
The nodeValue function looks like this (I could of course inline it all, and I might, but for now it's its own function)
```typescript
const nodeValue = (node) => {...Testing difficulties in solid-start
Cannot set properties of undefined (setting 'modhash'). In one, it's caused by import { isBefore, parseISO } from "date-fns". In the other, by import { CentralStoreContext } from "../root".In at least one of the test files, I've done my best to abstract the component being tested away from the routing, but I'm still getting this error. My
root.tsx:...ReactSVG like component in Solid
ReactSVG component with a src prop. I would like to know if this is possible in solid, and if it is, has someone already done it?Suspense not updating when navigating to Route directly
routeData + createServerData$. The routes JSX is wrapped with <Suspense />....How do you do logging errors etc. In solid start?
warnings when passing onClick as prop
onSeeAlsoClick={[handleShowSeeAlso, index()]}
onSeeAlsoClick={[handleShowSeeAlso, index()]}
Routes are being duplicated when HMR is on
Solidstart Astro or Vite