route.outlet is not a function

basic progressively enhanced counter not working
ErrorBoundry component not works
SSR, Reactivity of Signals on onMount
Flickering UI with solidstart
onClick event does not get fired
client:load). You can see my code here:...suspense + store
props.children is not defined.
Using For in combination with createStore array of arrays property
Context.Provider breaks reactivity
const Accordion: ParentComponent<AccordionProps> = (props) => {
const contextValue = createMemo(() => ({ open: props.open, icon: icon(), animate: animate(), disabled: disabled(), })); createEffect(() => console.log("Accordion:", props.open, contextValue())); // 5. return return ( <AccordionContext.Provider value={contextValue()}> <div {...props} class={accordionClasses()}> {props.children} </div> </AccordionContext.Provider> ); }
const Accordion: ParentComponent<AccordionProps> = (props) => {
const contextValue = createMemo(() => ({ open: props.open, icon: icon(), animate: animate(), disabled: disabled(), })); createEffect(() => console.log("Accordion:", props.open, contextValue())); // 5. return return ( <AccordionContext.Provider value={contextValue()}> <div {...props} class={accordionClasses()}> {props.children} </div> </AccordionContext.Provider> ); }
Node instance often hanging at 100% CPU.
npm run dev again, and it works as per usual.
No pattern or one thing that seems to do it as far as I can tell. And once I restart the dev server, I can refresh the same URL that caused it to die and it'll work fine....
Filtering array in object keyed store inside a produce
Outside a createRoot error when multiple signals in a prop?
parent route with redirect (solid-router)?
/home -> /home/browse?
```jsx
<Route path="/home" component={Home}>...Title of page not updating
how to`createStore` and using `createEffect` to persist without warning
computations created outside a createRoot or render will never be disposed. I have tried to move createEffect outside onMounted, but it even warn twice. Additionally, moving onMounted inside provider makes persist break. No help using ChatGPT🥲. Does anyone know how to solve it?
here is my code
```ts
export function persistStore< T extends object = {}, R extends ActionReturn = {}>(
name: string,...Google Oauth in Solid: Best Practices
Dealing with null checks on resources
SolidJS failing all of a sudden
