how to put the types to the context

__vite_ssr_import_1__.template is not a function
import { reporter, ValidationMessage } from '@felte/reporter-solid'
Obviously I'm using felt forms and it works fine until I add that import. I should also note that I'm using solidJS in astroJS islands. I did run npm i -S @felte/reporter-solid...<Show> with number | null
Show component to conditionally render a number that can possibly be null? Currently, if you do the following, the number won't be rendered if its value is zero.
```tsx
<Show when={nullableValue()}>
{(value) => <>{value()}</>}...Load unknown jsx component after building

Component does not rerender when the state changes
const [currentPopup, setPopup] = createSignal(null)
const [currentPopup, setPopup] = createSignal(null)
SolidJS, DXOS and reactivity
client, identity, and spaces`, but anything inside those objects, there is no reactivity. I don't want to wrap everything in signals or stores. I already have local-first state with DXOS, why can I just consume it and have the UI react to changes?
https://gist.github.com/bradstedev/96a92966db7ed8702544c00959d9490d...cascading createRouteData
Idiomatic way to change 2 derived signals when input signal changes
Dynamic Component is not working
Dynamic component without success.
I have try to replicate the issue in playground and the bug is still present :
Playground : https://playground.solidjs.com/anonymous/83f1450a-6060-4ae1-8361-b6436402949b...Generating Client Only code for static deployment
Most concise upsert for store?
Computations created outside a render will never be disposed.
Using Show with createRouteData / useRouteDat
1. arguments to useTransition() 2. measuring async updates
Can't run npm install
npm install I saw this error
How do we configure babel proposal decorators with Solid's vite plugin?
Can't build SolidStart after updating packages

how to trigger the fetcher in createResource if there are multiple signal values?
Nicest way of having computed properties in a store?