solid devtools fails with O.createRoot is not a function
Uncaught The browser resolved template HTML does not match JSX input
Is there a good guide or howto on how to make (non solid) custom web components work with solidstart
on store change
Type conditional Syntax between props
IOperation['content'] is of type string since JSX.Element extends from string too ? But like in a way that we know for sure that IOperation['ctx'] will def be defined ?
```tsx
export interface IOperation {
content: JSX.Element...SWC Support for SolidJS
https://github.com/modderme123/swc-plugin-jsx-dom-expressions
I also stumbled upon a github feed discussion where they stated that SSR and refs are not supported, please let me know š...How to prevent component from unmounting on navigation?
Avoiding rerenders using `setState + reconcile`
How to avoid rerenders when using refetch ?
refetch, which when called causes a re-rendering of the entire list. Using mutate works as expected, so I suspect that the reactivity is lost because the list is replaced with a whole new object.
What's the best way to avoid this kind of re-renders?...How to use JSX.HTMLAttributes<HTMLDivElement>?
solid build works, vite build doesn't
solid build, it works fine. vite build doesn't though. am i supposed to worry?
```
PS F:\Rust\windows-assistant> vite build
vite v4.4.6 building for production...
ā 0 modules transformed....How to use svg file as component??

How do I export components as child objects in a JavaScript object?
Dialog as the root, for example, Dialog.Content?
```jsx...Navigating to `//` causes an error to be thrown.
@solidjs/router, getting a SyntaxError when navigating to a path //, expected to resolve to a NotFound page.Converting code to ES5

pass session via `<Outlet />`
Easiest way to spin up an e2e/integration-test setup with solid-start?
Container onFocus to observe to subelement focus?
can't reset createInfiniteScroll