Why autofocus on input element not work with solid second time
NewTodo:
https://github.com/nikitavoloboev/kuskus/blob/main/src/pages/Today.tsx#L14...Pass ref in routeData
Is there an easy way to render React inside Solid?

Cannot read properties of null (reading 'nextSibling')

SolidStart: Get Rendered Route Instead in useLocation()
Solid App to Web Component (js file)
Stricter JSX?
Firefox Fails loading Font Awesome modules and can't run dev Start Project.
import { library } from '@fortawesome/fontawesome-svg-core'; .
This works great everywhere except Firefox, where 90+% of the time I just get a white page when trying to load the page after npm run dev.
If I hammer F5 enough, it will load 1 out of 10 times, but I've never figured out how to get Solid Start to run constantly on FF with FontAwesome icons....
How do I test this behavior?
Get simple fetch data to render

How to use <Show> in ssr?
Show doesn't hide component when signal changes
How to use <Hydration> and <NoHydration>?
document is not defined in HMR
document is not defined error from HMR. It seems to be triggered by cleanNode so I am pretty sure it's from the onCleanup.
The code itself looks like this shouldn't happen though because I use optional chaining. Any ideas?
```tsx..."WARN Issues with peer dependencies found" on fresh project
Is it possible for a route to have async data loader?
routeData .
As you can see on this screenshot, component is being lazily loaded, but the data function is not. I'm thinking about something like this -
```typescript
const UserData = () => import("./pages/users/[id].data.js"...
Using solid-element, how do you get the children of a web component?
props.children, but this is undefined on the solid-element component. Is there a particular way to get this done using solid element?Can't use `useRouteData`
useRouteData inside of my component, I'm getting Make sure your app is wrapped in a <Router /> , without using it, everything works just fine. Do you have an idea what can be the issue? I've got a lazy component inside <Route component={function prop destructure