HMR is not working
npm create vite@latest, in which HMR is supposed to work. So far I have manually updated all packages to the latest version and explicitly turned on HMR in the Vite plugin, unsuccessfully. Why could it not work and what can I do?
```json
// package.json
...memoized debounce
memo(() => debounce(getData?.refetch, 500))
memo(() => debounce(getData?.refetch, 500))
How would you go about Font Awesome icons?
Owner not setting for context provider
onMount() vs addEventListener('DOMContentLoaded')
Testing portals
portal-island, which also shows up in my test, but without its contents.
What would be the general way to test this? I also tried to jsut use querySelector but am not sure, how to get the correct container element to attach the querySelector to....createEffect dependency
render(() => { <Component />, element }) throws an error when including props
Why is this Resource fetcher called 2 times?
"---> why is second resource fetcher called 2 times?"...
createResource refetch causes full page refresh
Brand new going through the tutorial. Unsure of the purpose of the <Dynamic> component.
<Switch> with <Dynamic component={options[selected()]} />. But why do I even need <Dynamic>? See the full code below.
```jsx
import { render, Dynamic } from "solid-js/web";
import { createSignal, For } from "solid-js";...Forward ref downstream
How can I stop code from executing before?
@solidjs/router for routing, here's the code:
```tsx
<Router>
<Routes>
<Route path="/" component={Guard}>...Trying to modify a type from @auth/core
DefaultSession type from @auth/core as such:
```ts
import { DefaultSession } from "@auth/core/types";...JSX alternatives?
Difficulties using Pdfjs-dist with SolidStart
unstable_clientOnly to load in the module....createResource not updating on error

Using SolidJS Playground in custom docs
solid-repl has been published to npm, but it hasn't been updated in a year. Meanwhile solid-playground seems to be chugging along, but it's not published.
How can I use solidjs playground (or an equivalent live code editor) for my documentation? Thanks in advance!...Favorite way of dealing with typescripts `!`-forbidden warnings
